add autolink plugin
This commit is contained in:
parent
ed07100333
commit
908e79c0b9
@ -69,7 +69,8 @@ define([
|
|||||||
removeButtons: 'Source,Maximize',
|
removeButtons: 'Source,Maximize',
|
||||||
// magicline plugin inserts html crap into the document which is not part of the
|
// 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
|
// 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) {
|
editor.on('instanceReady', function (Ckeditor) {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user