edit/page: disable tableselection plugin in ckeditor
[minimedit.git] / 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,