Skip to content

Commit

Permalink
remove config that interfere with standard SilverStripe TInyMCE config
Browse files Browse the repository at this point in the history
  • Loading branch information
Petar Simic committed Jan 14, 2018
1 parent a4948f4 commit af7889a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions _config.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,3 @@
HtmlEditorConfig::get('cms')->enablePlugins('template');
HtmlEditorConfig::get('cms')->setOptions(array('templates' => CannedContentController::FetchTemplates()));
HtmlEditorConfig::get('cms')->addButtonsToLine(1, 'template');

HtmlEditorConfig::get('cms')->enablePlugins('searchreplace');
HtmlEditorConfig::get('cms')->insertButtonsAfter('find', 'replace');

HtmlEditorConfig::get('cms')->setOption('convert_fonts_to_spans', false);
HtmlEditorConfig::get('cms')->setOption('valid_elements','*');
HtmlEditorConfig::get('cms')->setOption('extended_valid_elements','*');

0 comments on commit af7889a

Please sign in to comment.