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.
1 parent 20074d4 commit 3df3b0cCopy full SHA for 3df3b0c
djangocms_frontend/contrib/modal/forms.py
@@ -111,7 +111,7 @@ class Meta:
111
modal_static = forms.BooleanField(
112
label=_("Static backdrop"),
113
required=False,
114
- help_text=_("Disable scrolling in the container."),
+ help_text=_("If selected, the modal will not close when clicking outside of it."),
115
)
116
117
modal_scrollable = forms.BooleanField(
0 commit comments