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 b8ba771 commit 68e9889Copy full SHA for 68e9889
djangocms_frontend/contrib/badge/forms.py
@@ -32,6 +32,7 @@ class Meta:
32
badge_text = forms.CharField(
33
label=_("Badge text"),
34
max_length=255,
35
+ widget=forms.TextInput(attrs={"class": "js-prepopulate-selected-text"}),
36
)
37
badge_context = forms.ChoiceField(
38
label=_("Context"),
djangocms_frontend/contrib/link/forms.py
@@ -344,6 +344,7 @@ class Meta:
344
name = forms.CharField(
345
label=_("Display name"),
346
required=False,
347
348
349
template = forms.ChoiceField(
350
label=_("Layout"),
0 commit comments