Test widget filters

This commit is contained in:
yflory
2018-04-20 15:33:14 +02:00
parent 5eab39ad75
commit 6a4f25bc9f
3 changed files with 107 additions and 15 deletions

View File

@@ -5,6 +5,7 @@ CKEDITOR.editorConfig = function( config ) {
config.needsBrFiller= fixThings;
config.needsNbspFiller= fixThings;
config.allowedContent = 'media-tag[*]';
config.removeButtons= 'Source,Maximize,Anchor';
// magicline plugin inserts html crap into the document which is not part of the
// document itself and causes problems when it's sent across the wire and reflected back