Skip to content

Commit 6753c90

Browse files
committed
add link fieldset position as component Meta
1 parent d7a0172 commit 6753c90

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

djangocms_frontend/contrib/component/components.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ def plugin_factory(cls) -> type:
112112
"slots": slots,
113113
"render": cls.render_slot_context,
114114
"save_model": cls.save_model,
115+
"link_fieldset_position": getattr(cls._component_meta, "link_fieldset_position", None),
115116
},
116117
)
117118

0 commit comments

Comments
 (0)