-
Notifications
You must be signed in to change notification settings - Fork 76
Open
Description
According to the types.xsd the type array is not allowed to have the attribute translate.
file etc/adminhtml/di.xml
<virtualType name="AppearanceSourceFaqItem" type="Magento\PageBuilder\Model\Source\VisualSelect">
<arguments>
<argument name="optionsSize" xsi:type="string">large</argument>
<argument name="optionsData" xsi:type="array">
<item name="0" xsi:type="array">
<item name="value" xsi:type="string">default</item>
<item name="title" xsi:type="string" translate="true">Default</item>
</item>
</argument>
</arguments>
</virtualType>
Metadata
Metadata
Assignees
Labels
No labels