From 09a3e37058f393276662301038a6437eaaa346e4 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Tue, 23 Nov 2021 22:39:10 -0500 Subject: [PATCH] FormBuilder - Hide configuration options that do not apply to certain form types --- ext/afform/admin/ang/afGuiEditor/config-form.html | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/ext/afform/admin/ang/afGuiEditor/config-form.html b/ext/afform/admin/ang/afGuiEditor/config-form.html index 466f4bc251..56ad2334c4 100644 --- a/ext/afform/admin/ang/afGuiEditor/config-form.html +++ b/ext/afform/admin/ang/afGuiEditor/config-form.html @@ -4,7 +4,7 @@ -

{{:: ts('Public title (usually displayed at the top of the form).') }}

+

{{:: ts('Public title (usually displayed at the top of the form).') }}

@@ -17,7 +17,8 @@ -
+ +
@@ -25,7 +26,8 @@

{{:: ts('What permission is required to use this form?') }}

-
+ +
{{:: ts('Placement') }}
@@ -84,8 +86,9 @@

{{:: ts('Choose which contact from the search should match the contact being viewed.') }}

-
+ +
{{:: ts('Submit Actions') }}
-- 2.25.1