Configure the Magento 2 WYSIWYG Editors: Remove buttons, adjust headings, ...
- Magento 2.3.x or 2.4.x
-
Install it into your Magento 2 project with composer:
composer require integer-net/magento2-configurable-wysiwyg
-
Enable module
bin/magento setup:upgrade
You can find all configuration settings for this module in Store -> Configuration -> General -> Content Management:
These are the new fields and their default settings:
This defines which icons will be available in the WYSIWYG editors. By default it looks like this:
If you deselect some of the entries, it can look as follows:
This button is used to insert variable values into content, like the store name. It's not used very often so it's probably safe to disable that button.
You only need that button if you are using Widgets (i.e. for inserting product lists, dynamic links or static blocks) in Magento CMS.
You might want to disable this button if you don't want to insert images directly into WYSIWYG fields.
If you change anything on the configuration page and click "Save Config", the settings will be applied to all WYSIWYG fields from then on.
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.