cancel
Showing results for 
Search instead for 
Did you mean: 

Overwrite parrents settings in Pagebuilder

Overwrite parrents settings in Pagebuilder

Hi i want to have the column element as a child of my Custom component. Sadly i cant add it because in the config file are the allowed parrents defined.

<parents default_policy="deny">
<parent name="root-container" policy="allow"/>
<parent name="row" policy="allow"/>
<parent name="column-group" policy="allow"/>
<parent name="tab-item" policy="allow"/>
</parents>

how can i overwrite this setting to use the row in my component?