We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When using your module, the admin throws the following notice when saving a CMS page or block:
This can be fixed by adding the file etc/di.xml in the module and add the following content:
etc/di.xml
<?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd"> <virtualType name="DefaultWYSIWYGValidator"> <arguments> <argument name="allowedAttributes" xsi:type="array"> <item name="loading" xsi:type="string">loading</item> </argument> </arguments> </virtualType> </config>
The text was updated successfully, but these errors were encountered:
Thanks for the feedback @mikesteeghs I did see this message on the test site but thought it was already there in Magento! I'll update the repo now
Sorry, something went wrong.
No branches or pull requests
When using your module, the admin throws the following notice when saving a CMS page or block:
This can be fixed by adding the file
etc/di.xml
in the module and add the following content:The text was updated successfully, but these errors were encountered: