First anchor test and restore of the CKEditor anchor function.

This commit is contained in:
Paul Libbrecht
2018-05-11 09:06:22 +02:00
parent c9fe0b993e
commit 372f1dfeb4
2 changed files with 56 additions and 3 deletions

View File

@@ -5,7 +5,7 @@ CKEDITOR.editorConfig = function( config ) {
config.needsBrFiller= fixThings;
config.needsNbspFiller= fixThings;
config.removeButtons= 'Source,Maximize,Anchor';
config.removeButtons= 'Source,Maximize';
// 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
config.removePlugins= 'resize,elementspath';