silverstripe-framework/thirdparty/tinymce_ssbuttons
Ingo Schommer fb9753ddc4 Retain script tags in editor if allowed (fixes #3611)
TinyMCE strips them by default, but if they're specifically added
to the allowed elements we should respect that setting.

Example PHP config:
$validEls = HtmlEditorConfig::get('cms')->getOption('extended_valid_elements');
$validEls .= ',script[src|type]';
HtmlEditorConfig::get('cms')->setOption('extended_valid_elements', $validEls);
2015-08-21 16:49:43 +01:00
..
img API-CHANGE Move tinymce plugins in thirdparty 2012-04-16 12:25:49 +02:00
langs Create nl.js 2013-02-18 02:20:02 -08:00
editor_plugin_src.js Retain script tags in editor if allowed (fixes #3611) 2015-08-21 16:49:43 +01:00