Skip to Content
0
Feb 14, 2022 at 09:58 AM

How to create new attribute instance in CMS Component Editor in Smartedit?

125 Views Last edit Feb 14, 2022 at 10:02 AM 4 rev

How to create new attribute instance in CMS Component Editor in Smartedit, if this attribute is also CMS Component?

The structure of item:

 
<itemtype code="componentContainer" extends="SimpleCMSComponent"
jaloclass="...">
<attributes>
<attribute qualifier="banner" type="SomeComponent">
<persistence type="property"/>
<modifiers read="true" search="true" write="true" optional="false"/>
</attribute>

SomeComponent is also extends SimpleCMSComponent

Only dropdown selector and editing are present. so I can link and edit already existing component. But I can't create the new one in the editor. Is it possible to fix it somehow?