This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$editor = HtmlEditorConfig::get('cms'); | |
// Enable template plugin in the WYSIWYG editor// | |
$editor->enablePlugins('template'); | |
$editor->insertButtonsAfter('tablecontrols', 'template'); | |
//Specify location of your snippets// | |
$editor->setOptions(['template_templates'=> [ | |
[ | |
'title'=>'Quote - Text Color', |