Classes

\

Name Description
CustomHTMLEditorConfig This basically just exists to give us getter methods for protected properties of HTMLEditorConfig We "wrap" the HTMLEditorConfig object in an HTMLEditorConfig subclass so it has access to the protected $settings property This actually just stores the identifier rather than the object itself because we need to know the identifier for the JS. EMPTY
CustomHTMLEditorField This class shouldn't be used directly, it's just here to allow other classes access to the HTMLEditorField::editorConfig protect method by accessing it via a subclass. EMPTY
CustomHTMLEditorLeftAndMainExtension Extends LeftAndMain::init() to include all the HTMLEditorField configs in the initial page load EMPTY
CustomHtmlEditorFieldExtension An extension of HTMLEditorField that lets you set editor-specific body class names and TinyMCE configs EMPTY