UNPKG

fit-ui

Version:

Object Oriented framework for building rich User Interfaces

85 lines (83 loc) 1.95 kB
/** * @license Copyright (c) 2003-2026, 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/f3f12323a7a5b5656f3230c94c5049d7 * Visit online builder to build CKEditor, starting with the same setup as before. * * (3) https://ckeditor.com/cke4/builder/download/f3f12323a7a5b5656f3230c94c5049d7 * 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', '.circleci', '.editorconfig', '.gitattributes', '.github', '.gitignore', '.idea', '.jscsrc', '.jshintignore', '.jshintrc', '.mailmap', '.npm', '.nvmrc', 'bender-err.log', 'bender-out.log', 'bender-runner.config.json', 'bender.ci.js', 'bender.js', 'dev', 'gruntfile.js', 'less', 'node_modules', 'package-lock.json', 'package.json', 'tests' ], plugins : { 'basicstyles' : 1, 'clipboard' : 1, 'colorbutton' : 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 } };