????
Current Path : /home/tecinmer/www/ckeditor/ |
Current File : /home/tecinmer/www/ckeditor/config.js |
/** * @license Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. * For licensing, see LICENSE.md or http://ckeditor.com/license */ CKEDITOR.editorConfig = function( config ) { // Define changes to default configuration here. For example: // config.language = 'fr'; // config.uiColor = '#AADC6E'; //config.entities_latin = false; config.resize_enabled = false; config.entities_latin = false; config.entities_greek = false; config.entities = false; config.basicEntities = false; config.forcePasteAsPlainText = true; config.allowedContent = true; config.filebrowserBrowseUrl = 'https://www.tecinmer.com/ckeditor/elfinder/elfinder.html'; //config.filebrowserBrowseUrl = 'https://www.monitafeliz.com/assets/mainpanel/ckeditor/elfinder/elfinder.html'; config.toolbar_Basic = [ ['Source','Bold', 'Italic'] ]; config.extraPlugins = 'youtube'; config.toolbar = [ [ 'Source'], [ 'Cut', 'Copy', 'Paste', 'PasteText', 'PasteFromWord', '-', 'Undo', 'Redo' ], [ 'Bold', 'Italic', 'Underline', 'Subscript', 'Superscript' ], ['NumberedList', 'BulletedList', 'Outdent', 'Indent', '-', 'JustifyLeft', 'JustifyCenter', 'JustifyRight', 'JustifyBlock'], ['Link', 'Unlink', 'Anchor'], '/', ['Image', 'Youtube', 'Table', 'HorizontalRule', 'SpecialChar'], ['Format'] ]; // '/', };