* RTL-Support
* Standard Format
* shorter code
* default Arabic font
* fix for Configuration section
for "system>Assets>Collections" section to support RTL we should change inline style element created by admin.min.js so i've added an if statement to check <body> direction is RTL or not...
* Update rtl.css
* Multi level fix for RTL
in admin config under system>assets there is an input text which you can add child(s) under it... i've added several if statements to check Page direction and put margin-right instead of margin-left for RTL languages... i also wrote an style to override margin-left just in case ;)
* improvements
* fixes
* fix
* fix
* fix
* Update rtl.css
* first complete RTL style 👍
* Faster computation of direction
* Faster evaluation for margin direction (and simplified)
Co-authored-by: Djamil Legato <djamil+github@djamil.it>
Adds a new notifications feature to the Admin plugin. It will now lookup notifications which are set up on getgrav.org and will inform users, and also alert for new updates and provide awareness on various topics.
Also fixes issue with Array field in `value_only` mode, improperly displaying the key when novalue was set, and fixes issue with drag handlers in Array not showing/hiding properly (#950)
Updated FontAwesome to 4.6.3