diff --git a/changes/changelog.d/plugins-boolean-field.enhancement b/changes/changelog.d/plugins-boolean-field.enhancement new file mode 100644 index 000000000..c12def20c --- /dev/null +++ b/changes/changelog.d/plugins-boolean-field.enhancement @@ -0,0 +1 @@ +Support boolean config fields in plugins diff --git a/front/src/components/auth/Plugin.vue b/front/src/components/auth/Plugin.vue index bce020461..4a369d1a9 100644 --- a/front/src/components/auth/Plugin.vue +++ b/front/src/components/auth/Plugin.vue @@ -188,6 +188,19 @@ const submitAndScan = async () => { :html="useMarkdownRaw(field.help)" /> +
+
+ + +
+