Closed Axel29 closed 3 years ago
Hi @Axel29 ,
this issue is not related to Magento cloud templates. It should be transferred to magento/magento2
Closing per @NadiyaS's comment. @Axel29 , please copy it to magento/magento2 as we cannot move it now.
When saving a custom content type that has children, it's children completely disappear from the component in the admin. The bug only occurs when the
<render args="masterTemplate" />
line is surrouned by adiv
and that there are elements after that render tag.You can find a modified version of Example PageBuilderFaq official demo at this URL with only an input text added to the Content Type and a div surrounding the
<render args="masterTemplate" />
in the master.html file.I've tried contacting the support but apparently it's considered as "out of the scope" since it's about a new Content Type, even if all I did was trying to add a simple input text to an official Page Builder Content Type...
Preconditions (*)
Steps to reproduce (*)
master.html
template, surround the<render args="masterTemplate" />
line with adiv
tag.Expected result (*)
Actual result (*)