mirror of
https://github.com/jonom/silverstripe-betternavigator.git
synced 2024-10-22 14:05:51 +02:00
Fix yml indentation in Readme
This commit is contained in:
parent
96558495be
commit
966109c7e3
@ -51,8 +51,8 @@ You can mark certain CMS users as developers in your site's config, so they can
|
||||
```
|
||||
BetterNavigator:
|
||||
developers:
|
||||
- 'dev@yoursite.com'
|
||||
- 'otherdev@yoursite.com'
|
||||
- 'dev@yoursite.com'
|
||||
- 'otherdev@yoursite.com'
|
||||
```
|
||||
|
||||
## Customisation
|
||||
@ -61,14 +61,14 @@ BetterNavigator can be made translucent when collapsed by adding the following c
|
||||
|
||||
```
|
||||
BetterNavigator:
|
||||
translucent: true
|
||||
translucent: true
|
||||
```
|
||||
|
||||
BetterNavigator's default position is 'right-top', but can be changed to 'right-bottom', 'left-top' or 'left-bottom'. Example:
|
||||
|
||||
```
|
||||
BetterNavigator:
|
||||
position: 'right-bottom'
|
||||
position: 'right-bottom'
|
||||
```
|
||||
|
||||
BetterNavigator's output is controlled by templates so it can be [easily overridden](http://doc.silverstripe.org/framework/en/topics/theme-development#overriding).
|
||||
|
Loading…
Reference in New Issue
Block a user