Log in
Model

DefaultConfigProvider

Magento\Cms\Model\Wysiwyg\DefaultConfigProvider

What it does

This class provides the default configuration for the TinyMCE WYSIWYG editor used in Magento's CMS module.

Developers would use or extend this class when they need to customize the toolbar buttons, plugins, or styling for the rich text editor in the admin panel.

It defines which editing features are available by default, such as text formatting, alignment, lists, links, and tables.

Public Methods

  • getConfig()