From 1cc2c8fcb6c8be05f58c475660d7ba309ef8aec8 Mon Sep 17 00:00:00 2001 From: Renato Atilio Date: Mon, 25 Sep 2023 13:38:06 -0300 Subject: [PATCH] UX: unhide experimental_form_templates (#23615) * UX: unhide experimental_form_templates * UX: add description to experimental_form_templates setting --- config/locales/server.en.yml | 2 ++ config/site_settings.yml | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) 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