Hi there we had a problem with page builder on custom entity on magento2.
<field name="description">
<argument name="data" xsi:type="array">
<item name="config" xsi:type="array">
<item name="dataType" xsi:type="string">textarea</item>
<item name="formElement" xsi:type="string">wysiwyg</item>
<item name="label" xsi:type="string" translate="true">Description</item>
<item name="code" xsi:type="string">description</item>
<item name="source" xsi:type="string">job</item>
<item name="componentType" xsi:type="string">field</item>
<item name="wysiwyg" xsi:type="boolean">true</item>
<item name="dataScope" xsi:type="string">description</item>
<item name="sortOrder" xsi:type="number">40</item>
</item>
</argument>
</field>
</container>
this is our container that should call the wysiwyg on a custom field called description and this field should use the default page builder functionality of magento. But when we try to open the setting button it does not work and we don' t have any logs or error.
The problem is that the live edit works but not the form. How can we debug this problem? Thanks for help
from Active questions tagged magento-enterprise - Magento Stack Exchange