Questions tagged [editor]
The editor tag has no summary.
34 questions
1 vote
0 answers
58 views
HugeRTE in Magento: How to change the displayed editor elements?
Magento now comes with HugeRTE instead of TinyMCE. How/where can we display the editor elements offered by the HugeRTE editor? For example, we want to remove the "Video" element here (the ...
1 vote
1 answer
819 views
wysiwyg editor does not show all folder after upgrading to Magento 2.4.6
I just upgraded to Magento 2.4.6 from 2.4.0. The issue i am facing is the editor is not showing images folder in storage_root. It is just showing me two folder catalog/category and Wyswig folder. I am ...
4 votes
0 answers
414 views
Enable Page builder editor instead of WYSIWYG Adminhtml Form Magento 2
I am using third party extension. I want to add the Page-builder editor instead of the WYSIWYG editor in the adminhtml form. Can anyone help? Check the current code, want to display pagebuilder in ...
0 votes
1 answer
535 views
Add Page Builder Editor In Magento 2.4.5 Configuration Section
I want to add Add Page Builder Editor In Magento 2.4.5 Configuration Section. Any insight would be helpful. Thank you :)
2 votes
0 answers
906 views
How to allow to upload mp4 video on page-builder in magento 2
I am trying to create a custom component for upload mp4 video like image uploading component. Video is uploading and save fine and also show on front cms-page but after the save video will be remove ...
0 votes
1 answer
489 views
Failed to initialize plugin: magentowidget on magento 2.4.4 Editor
I am having below error on the magento 2.4.4p2 commerce version when upgrading from 2.3.5 commerce Failed to initialize plugin: magentowidget This happened on the admin WYSIWYG editor I have done ...
0 votes
1 answer
192 views
convert third party text editor value to HTML in Magento 2
I'm trying to convert text editor content to html, There are lots of solution over the internet to convert wysiwyg text to html but in my case the text is not coming from the wysiwyg, it's coming from ...
2 votes
1 answer
635 views
In dynamic rows wysiwyg editor field not properly delete in magento 2?
When I added 2 or multiple dynamic rows and then delete the first row the 1st-row editor field was not deleted. check below images Before delete After delete 1st row The 1st-row editor value should ...
0 votes
1 answer
380 views
How to add span tag in wysiwyg editor magento 2.3.x
I just wanted to see is it possible to do add a custom text format as SPAN tag in Magento wysiwyg editor. The current options we get is paragraph/ heading 1-6 I want to add span there. Could anyone ...
0 votes
0 answers
377 views
How to create template for WYSIWYG editor magento 2
I have problem with template in wysiwyg editor on admin page. In Catalog > Products > Content tab we have wysiwyg editor, but I'm confused were I need to create templates for selecting. It using ...
0 votes
1 answer
84 views
Magento 2 : Editor designer background color
where can I change the colour of the editor "Designer"? I think the color is #F3F4F6, but where can I change the color or where is the file where I can change it? I need help, thank you guys ...
1 vote
0 answers
29 views
Editor not changing/accepting JS events
So I am trying to make a slideshow appear on a page. The core code is based on a slideshow found on W3Schools. The whole lot works in Sublime text/Chrome, but as soon as I try to run it through ...
0 votes
1 answer
239 views
How to solve MagentovariablePlugin is not defined?
Hi I am adding editor and its works perfectly but when I clicks on Insert variable I am facing this error. Error :- MagentovariablePlugin is not defined My system.config field code <field id="...
4 votes
1 answer
2k views
How to make field as WYSIWYG editor in system.xml in configuration?
I want to display editor not only textarea so please let me know what can I do here, and how to remove Insert Widget / Insert Variable / Insert Image button there? <field id="gird_view" translate="...
2 votes
1 answer
70 views
the word "UPDATE" causes CMS page not to save Magento 1.9.4.2
Here's a strange one... I'm editing my privacy policy page in CMS>pages and copy/pasting the text out of notepad++, then formating with the wysiwyg editor in magento, then cleaning up the html that ...