edit/page: disable tableselection plugin in ckeditor
authorMischa POSLAWSKY <perl@shiar.org>
Sat, 4 Aug 2018 22:47:34 +0000 (00:47 +0200)
committerMischa POSLAWSKY <perl@shiar.org>
Sat, 25 Aug 2018 21:01:50 +0000 (23:01 +0200)
Stylistic improvement for rare table editing, but results in a separate
tableselection.css request in all cases.

lib/.ckeditor-build.js

index 9652860baf1cf2db894a44fa5a9ff82dc2fab274..e77683d034bb4ffd7e783ec7679a8f7997097b92 100644 (file)
@@ -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,