diff --git a/config/locales/server.en.yml b/config/locales/server.en.yml index c86564f7c8e..64c2f69c48b 100644 --- a/config/locales/server.en.yml +++ b/config/locales/server.en.yml @@ -2452,6 +2452,8 @@ en: experimental_search_menu_groups: "EXPERIMENTAL: Enables the new search menu that has been upgraded to use glimmer" enable_experimental_lightbox: "EXPERIMENTAL: Replace the default image lightbox with the revamped design." + experimental_form_templates: "EXPERIMENTAL: Enable the form templates feature. After enabled, manage the templates at Customize / Templates." + page_loading_indicator: "Configure the loading indicator which appears during page navigations within Discourse. 'Spinner' is a full page indicator. 'Slider' shows a narrow bar at the top of the screen." errors: diff --git a/config/site_settings.yml b/config/site_settings.yml index 8ec58243ff0..6ea0bd1b3cb 100644 --- a/config/site_settings.yml +++ b/config/site_settings.yml @@ -2144,7 +2144,6 @@ developer: experimental_form_templates: client: true default: false - hidden: true experimental_new_new_view_groups: client: true type: group_list