Merge pull request #245 from xwiki-labs/issue-169-anchors-should-output-anchors

#169: First anchor test and restore of the CKEditor anchor function.
This commit is contained in:
ansuz
2018-08-14 17:32:16 +02:00
committed by GitHub
2 changed files with 86 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';