We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
is_local
1 parent e150375 commit 19c39e7Copy full SHA for 19c39e7
djangocms_form_builder/cms_plugins/form_plugins.py
@@ -18,6 +18,9 @@ class FormElementPlugin(CMSPluginBase):
18
render_template = f"djangocms_form_builder/{settings.framework}/widgets/base.html"
19
change_form_template = "djangocms_frontend/admin/base.html"
20
settings_name = _("Settings")
21
+ # Form elements are rendered by the surrounding FormPlugin, hence any change has to be
22
+ # propageted up to the FormPlugin:
23
+ is_local = False
24
25
fieldsets = (
26
(
0 commit comments