From: Mischa POSLAWSKY Date: Sat, 4 Aug 2018 22:47:34 +0000 (+0200) Subject: edit/page: disable tableselection plugin in ckeditor X-Git-Tag: v3.7~22 X-Git-Url: http://git.shiar.net/minimedit.git/commitdiff_plain/4d1e54ba21e99b8e322a64c33f6fdd5d59d58a24 edit/page: disable tableselection plugin in ckeditor Stylistic improvement for rare table editing, but results in a separate tableselection.css request in all cases. --- diff --git a/lib/.ckeditor-build.js b/lib/.ckeditor-build.js index 9652860..e77683d 100644 --- a/lib/.ckeditor-build.js +++ b/lib/.ckeditor-build.js @@ -40,6 +40,7 @@ var CKBUILDER_CONFIG = { 'node_modules', 'package.json', 'README.md', + 'samples', 'tests' ], plugins: { @@ -81,7 +82,7 @@ var CKBUILDER_CONFIG = { stylescombo: 1, tab: 1, table: 1, - tableselection: 1, + tableselection: 0, tabletools: 1, templates: 1, toolbar: 1,