diff options
| author | Lester Caine ext:(%22) <lester@lsces.co.uk> | 2012-04-17 20:18:39 +0100 |
|---|---|---|
| committer | Lester Caine ext:(%22) <lester@lsces.co.uk> | 2012-04-17 20:18:39 +0100 |
| commit | 23b8cf2a890c7de389616702fd23c9c465311a59 (patch) | |
| tree | e6d536e536bebdf3f291aca6b7c6431320c78ad0 | |
| parent | 76bd22b172db06c2adb22480fc046cf77128246d (diff) | |
| download | ckeditor-23b8cf2a890c7de389616702fd23c9c465311a59.tar.gz ckeditor-23b8cf2a890c7de389616702fd23c9c465311a59.tar.bz2 ckeditor-23b8cf2a890c7de389616702fd23c9c465311a59.zip | |
split plugin needs porting to ckeditor
| -rw-r--r-- | ckconfig.bitweaver.js | 2 | ||||
| -rw-r--r-- | ckconfig.custom.js | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/ckconfig.bitweaver.js b/ckconfig.bitweaver.js index 64a4884..c3e0741 100644 --- a/ckconfig.bitweaver.js +++ b/ckconfig.bitweaver.js @@ -66,7 +66,7 @@ config.toolbar_Advanced = [ /* END of BITWEAVER toolbar sets */ // Enable additional plugins from the bw library of addons -config.extraPlugins = 'split'; +//config.extraPlugins = 'split'; // Lock resize function to bitweaver window. config.resize_minHeight = 300; diff --git a/ckconfig.custom.js b/ckconfig.custom.js index e2bf0da..8e0239b 100644 --- a/ckconfig.custom.js +++ b/ckconfig.custom.js @@ -66,7 +66,7 @@ config.toolbar_Advanced = [ /* END of BITWEAVER toolbar sets */ //Enable additional plugins from the bw library of addons -config.extraPlugins = 'split'; +//config.extraPlugins = 'split'; // Lock resize function to bitweaver window. config.resize_minHeight = 300; |
