Skip to content

Commit

Permalink
Tweaked the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Jan 10, 2017
1 parent 684b96c commit 12a19be
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions Resources/doc/book/2-design-configuration.md
Expand Up @@ -156,16 +156,17 @@ easy_admin:
# ...
```

Activate RTL direction
----------------------
Enabling RTL Support
--------------------

Adding support for language written in a Right-To-Left (RTL) direction is easy.
By default, RTL direction is disabled to activate just turn rtl to true:
The RTL writing support is enabled automatically in the interface when the
locale of the application is ``ar`` (Arabic), ``fa`` (Persian) or ``he``
(Hebrew). If you need a more precise control over this setting, configure the
``rtl`` boolean option:

```yaml
easy_admin:
design:
# 'false' is the default value
rtl: true
# ...
```
Expand Down

0 comments on commit 12a19be

Please sign in to comment.