Skip to content

cms

Auto Added by WPeMatico

Magetno 2.4.3-p3 no folders show up in wysiwig interface – where to put new config.xml

No folders show up in wysiwig interface in 2.4.3-p3 I have read this –> https://developer.adobe.com/commerce/php/tutorials/backend/modify-image-library-permissions/ and this –> Media folders missing from admin in 2.4.3-p3 update Does anyone know exactly where to add the new config.xml file to be able… Read More »Magetno 2.4.3-p3 no folders show up in wysiwig interface – where to put new config.xml

How to make programmatically created widget show Magento blocks content?

This is my CustomWidget.php in Block/Widget folder <?php namespace AlexCustomWidgetBlockWidget; use MagentoFrameworkPhrase; use MagentoFrameworkViewElementTemplate; use MagentoWidgetBlockBlockInterface; class CustomWidget extends Template implements BlockInterface { /** * @var string */ protected $_template = “Alex_CustomWidget::widget/custom-widget.phtml”; /** * @param $code * @return false|Phrase */… Read More »How to make programmatically created widget show Magento blocks 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