diff --git a/packages/docs/content/docs/beta-features.mdx b/packages/docs/content/docs/beta-features.mdx index 74ce07a7..0f17d035 100644 --- a/packages/docs/content/docs/beta-features.mdx +++ b/packages/docs/content/docs/beta-features.mdx @@ -27,15 +27,12 @@ i18n: # single_file - persists a single file in `/.` 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