add autolink plugin

This commit is contained in:
ansuz 2016-06-28 12:09:43 +02:00
parent ed07100333
commit 908e79c0b9
1 changed files with 2 additions and 1 deletions

View File

@ -69,7 +69,8 @@ define([
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
removePlugins: 'resize'
removePlugins: 'resize',
extraPlugins: 'autolink',
});
editor.on('instanceReady', function (Ckeditor) {