docs: fixed i18n yaml indentation (#379)
This commit is contained in:
parent
4669676fa9
commit
b1ec3aaa11
@ -27,15 +27,12 @@ i18n:
|
|||||||
# single_file - persists a single file in `<folder>/<slug>.<extension>`
|
# single_file - persists a single file in `<folder>/<slug>.<extension>`
|
||||||
structure: multiple_folders
|
structure: multiple_folders
|
||||||
|
|
||||||
# Required - a list of locales to show in the editor UI
|
# Required - a list of locales to show in the editor UI
|
||||||
|
locales: [en, de, fr]
|
||||||
|
|
||||||
locales: [en, de, fr]
|
# Optional, defaults to the first item in locales.
|
||||||
|
# The locale to be used for fields validation and as a baseline for the entry.
|
||||||
# Optional, defaults to the first item in locales.
|
defaultLocale: en
|
||||||
|
|
||||||
# The locale to be used for fields validation and as a baseline for the entry.
|
|
||||||
|
|
||||||
defaultLocale: en
|
|
||||||
```
|
```
|
||||||
|
|
||||||
```js
|
```js
|
||||||
|
Loading…
x
Reference in New Issue
Block a user