new TinyMCE "URL"

This commit is contained in:
Ralf Becker 2019-03-20 12:05:20 +01:00
parent 858f2c0119
commit e49113cd89

View File

@ -44,7 +44,7 @@ $exclude = array(
// api/js/jsapi/egw.js loaded via own tag, and we must not load it twice!
'api/js/jsapi/egw.js',
// TinyMCE is loaded separate before the bundle
'api/js/tinymce/tinymce.min.js',
'vendor/tinymce/tinymce/tinymce.min.js',
);
foreach(Bundle::all() as $name => $files)