docs: fixed i18n yaml indentation (#379)

This commit is contained in:
Frank Elsinga 2023-01-17 15:59:54 +01:00 committed by Daniel Lautzenheiser
parent 4669676fa9
commit b1ec3aaa11

View File

@ -27,15 +27,12 @@ i18n:
# single_file - persists a single file in `<folder>/<slug>.<extension>`
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.
defaultLocale: en
# Optional, defaults to the first item in locales.
# The locale to be used for fields validation and as a baseline for the entry.
defaultLocale: en
```
```js