Closed dema501 closed 5 years ago
@dema501. Thanks for reporting this. I’ll take a look and see if I can provide a fix.
Do you have an update on this bug?
This is because the "appearance" select has display: none
.
Since there's only one appearance (default), and we don't need a whole visual select for it, I changed the files pagebuilder_faq_form.xml and pagebuilder_faq_item_form.xml so it's just a hidden input:
<fieldset name="appearance_fieldset" component="Magento_PageBuilder/js/form/element/dependent-fieldset">
<settings>
<label />
</settings>
<field name="appearance" formElement="hidden" sortOrder="10">
<argument name="data" xsi:type="array">
<item name="config" xsi:type="array">
<item name="default" xsi:type="string">default</item>
</item>
</argument>
<settings>
<dataType>text</dataType>
</settings>
</field>
</fieldset>
And now it works :) !
@LilyWonhalf i tried what you suggest but still not working. Which Magento version are you using? COuld you provide the whole pagebuilder_faq_form.xml
and pagebuilder_faq_item_form.xml
files?
Sorry guys, this slipped through the cracks. This happens because default appearances are not defined for the FAQ content type. I will fix this soon.
In Admin:
Expected result: to see settings form again
Actual result: nothing but console error