Skip to content
Snippets Groups Projects
Commit ced2066c authored by Jess's avatar Jess
Browse files

Issue #2850642 by tstoeckler, Wim Leers: Reformat CKEditor build-config.js to match upstream

parent 5f8a8f41
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -25,73 +25,76 @@ var CKBUILDER_CONFIG = {
skin: 'moono-lisa',
ignore: [
// CKEditor repository structure: unrelated to the usage of CKEditor itself.
'bender.js',
'.bender',
'bender-err.log',
'bender-out.log',
'dev',
'README.md',
'docs',
'.DS_Store',
'.editorconfig',
'.gitignore',
'.gitattributes',
'gruntfile.js',
'.idea',
'.mailmap',
'.DS_Store',
'tests',
'package.json',
'bender.js',
'.bender',
'bender-err.log',
'bender-out.log',
'node_modules',
'.jscsrc',
'.jshintignore',
'.jshintrc',
'less',
'.mailmap',
'node_modules',
'package.json',
'README.md',
'tests',
// Parts of CKEditor that we consciously don't ship with Drupal.
'adapters',
'config.js',
'contents.css',
'gruntfile.js',
'styles.js',
'samples',
'skins/moono-lisa/readme.md'
],
plugins : {
'about' : 1,
'a11yhelp' : 1,
'basicstyles' : 1,
'blockquote' : 1,
'clipboard' : 1,
'contextmenu' : 1,
'toolbar' : 1,
'elementspath' : 1,
'enterkey' : 1,
'entities' : 1,
'filebrowser' : 1,
'floatingspace' : 1,
'format' : 1,
'htmlwriter' : 1,
'horizontalrule' : 1,
'wysiwygarea' : 1,
'indent' : 1,
'indentlist' : 1,
'language' : 1,
'list' : 1,
'magicline' : 1,
'maximize' : 1,
'pastetext' : 1,
'pastefromword' : 1,
'removeformat' : 1,
'sourcearea' : 1,
'specialchar' : 1,
'stylescombo' : 1,
'tab' : 1,
'table' : 1,
'tabletools' : 1,
'undo' : 1,
'justify' : 1,
'showblocks' : 1,
'showborders' : 1,
'tableresize' : 1,
'sharedspace' : 1,
'sourcedialog' : 1,
'widget' : 1,
'image2' : 1,
'autogrow' : 1
plugins: {
a11yhelp: 1,
about: 1,
autogrow: 1,
basicstyles: 1,
blockquote: 1,
clipboard: 1,
contextmenu: 1,
elementspath: 1,
enterkey: 1,
entities: 1,
filebrowser: 1,
floatingspace: 1,
format: 1,
horizontalrule: 1,
htmlwriter: 1,
image2: 1,
indent: 1,
indentlist: 1,
justify: 1,
language: 1,
list: 1,
magicline: 1,
maximize: 1,
pastefromword: 1,
pastetext: 1,
removeformat: 1,
sharedspace: 1,
showblocks: 1,
showborders: 1,
sourcearea: 1,
sourcedialog: 1,
specialchar: 1,
stylescombo: 1,
tab: 1,
table: 1,
tableresize: 1,
tabletools: 1,
toolbar: 1,
undo: 1,
widget: 1,
wysiwygarea: 1
}
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment