docs: fixed i18n yaml indentation (#379)

This commit is contained in:
Frank Elsinga 2023-01-17 15:59:54 +01:00 committed by GitHub
parent 4669676fa9
commit 3f098a2917
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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