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.
2 parents 2cf906c + 4ea1d29 commit 639865bCopy full SHA for 639865b
.github/workflows/codecov.yml
@@ -20,7 +20,7 @@ jobs:
20
dj51_cms41.txt,
21
]
22
os: [
23
- ubuntu-20.04,
+ ubuntu-latest,
24
25
exclude:
26
- python-version: 3.9
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"
settings_name = _("Settings")
+ # Form elements are rendered by the surrounding FormPlugin, hence any change has to be
+ # propageted up to the FormPlugin:
+ is_local = False
fieldsets = (
(
0 commit comments