From 3f098a2917f24e00420bfc62bd3d801733105f06 Mon Sep 17 00:00:00 2001 From: Frank Elsinga Date: Tue, 17 Jan 2023 15:59:54 +0100 Subject: [PATCH] docs: fixed i18n yaml indentation (#379) --- packages/docs/content/docs/beta-features.mdx | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) 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