| Path : /var/www/html/phkaynews-v2/public/backend/libs/ckeditor/ |
|
B-Con CMD Config cPanel C-Rdp D-Log Info Jump Mass Ransom Symlink vHost Zone-H |
| Current File : //var/www/html/phkaynews-v2/public/backend/libs/ckeditor/config.js |
/**
* @license Copyright (c) 2003-2020, CKSource - Frederico Knabben. All rights reserved.
* For licensing, see https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.editorConfig = function( config ) {
// Define changes to default configuration here. For example:
// config.language = 'fr';
// This below is a skins
// config.skin = 'moono-dark';
config.skin = 'office2013';
// config.skin = 'kama';
// config.skin = 'moonocolor';
// config.uiColor = '#6c757d';
config.toolbarGroup = [
{ name: 'youtube' },
];
config.height = 435;
config.extraPlugins = 'youtube';
config.youtube_width = '700';
config.youtube_height = '400';
config.font_defaultLabel = 'Nokora';
// config.youtube_older = true;
// config.youtube_autoplay = false;
// config.autoEmbed_widget = 'customEmbed';
};