UNPKG

fit-ui

Version:

Object Oriented framework for building rich User Interfaces

82 lines (80 loc) 1.88 kB
/** * @license Copyright (c) 2003-2023, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license/ */ /** * This file was added automatically by CKEditor builder. * You may re-use it at any time to build CKEditor again. * * If you would like to build CKEditor online again * (for example to upgrade), visit one the following links: * * (1) https://ckeditor.com/cke4/builder * Visit online builder to build CKEditor from scratch. * * (2) https://ckeditor.com/cke4/builder/56f3528739d1c86216485b7d869696b2 * Visit online builder to build CKEditor, starting with the same setup as before. * * (3) https://ckeditor.com/cke4/builder/download/56f3528739d1c86216485b7d869696b2 * Straight download link to the latest version of CKEditor (Optimized) with the same setup as before. * * NOTE: * This file is not used by CKEditor, you may remove it. * Changing this file will not change your CKEditor configuration. */ var CKBUILDER_CONFIG = { skin: 'moono-lisa', preset: 'basic', ignore: [ '.DS_Store', '.bender', '.editorconfig', '.gitattributes', '.gitignore', '.idea', '.jscsrc', '.jshintignore', '.jshintrc', '.mailmap', '.npm', '.nvmrc', '.travis.yml', 'bender-err.log', 'bender-out.log', 'bender.ci.js', 'bender.js', 'dev', 'gruntfile.js', 'less', 'node_modules', 'package-lock.json', 'package.json', 'tests' ], plugins : { 'basicstyles' : 1, 'clipboard' : 1, 'divarea' : 1, 'emoji' : 1, 'enterkey' : 1, 'htmlwriter' : 1, 'indentlist' : 1, 'justify' : 1, 'link' : 1, 'list' : 1, 'mentions' : 1, 'pastefromword' : 1, 'resize' : 1, 'table' : 1, 'tableselection' : 1, 'tabletools' : 1, 'toolbar' : 1, 'undo' : 1 }, languages : { 'da' : 1, 'de' : 1, 'en' : 1, 'no' : 1 } };