Fix yml indentation in Readme

This commit is contained in:
Jono Menz 2021-01-11 13:08:40 -08:00 committed by GitHub
parent 96558495be
commit 966109c7e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -51,8 +51,8 @@ You can mark certain CMS users as developers in your site's config, so they can
``` ```
BetterNavigator: BetterNavigator:
developers: developers:
- 'dev@yoursite.com' - 'dev@yoursite.com'
- 'otherdev@yoursite.com' - 'otherdev@yoursite.com'
``` ```
## Customisation ## Customisation
@ -61,14 +61,14 @@ BetterNavigator can be made translucent when collapsed by adding the following c
``` ```
BetterNavigator: 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's default position is 'right-top', but can be changed to 'right-bottom', 'left-top' or 'left-bottom'. Example:
``` ```
BetterNavigator: 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). BetterNavigator's output is controlled by templates so it can be [easily overridden](http://doc.silverstripe.org/framework/en/topics/theme-development#overriding).