Skip to content

WYSIWYG editor inserting ” instead of correct ” in 2.3.0 when we use any anchor tags

I am facing an issue with Magento 2.3.0+ WYSIWYG editor inserting ” instead of correct ” and also when we write like <a href=”{{store_url}}sales/guest/form/”>Orders and Returns</a> after saving it is displaying <a href=”{{store_url}}”>Orders and Returns</a> Could any one please help… Read More »WYSIWYG editor inserting ” instead of correct ” in 2.3.0 when we use any anchor tags

Magento 2.3. How to create image upload field in an admin form

I want to discribe How I have created image upload field in an admin form. My module’s name is ParacrabBanners Firstly You should add field in Paracrab/Banners/view/adminhtml/ui_component/name_name_form.xml <field name=”image” sortOrder=”30″ formElement=”imageUploader”> <argument name=”data” xsi:type=”array”> <item name=”config” xsi:type=”array”> <item name=”source” xsi:type=”string”>banner</item>… Read More »Magento 2.3. How to create image upload field in an admin form