Skip to content

Commit b376470

Browse files
committed
feat: Support valid models in custom components
1 parent a7a748d commit b376470

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

djangocms_frontend/component_base.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ class CMSFrontendComponent(forms.Form):
6262
"link_fieldset_position",
6363
"require_parent",
6464
"parent_classes",
65+
"valid_models",
6566
]
6667

6768
@classmethod

0 commit comments

Comments
 (0)