⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.32
Server IP:
185.238.29.86
Server:
Linux server2 6.8.12-6-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-6 (2024-12-19T19:05Z) x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.31
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
sinomaxx
/
public
/
admin
/
ckeditor
/
Edit File: config.js
/** * @license Copyright (c) 2003-2017, 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 complete reference see: // http://docs.ckeditor.com/#!/api/CKEDITOR.config // The toolbar groups arrangement, optimized for two toolbar rows. config.toolbarGroups = [ //{ name: 'clipboard', groups: [ 'clipboard', 'undo' ] }, //{ name: 'editing', groups: [ 'find', 'selection', 'spellchecker' ] }, { name: 'links' }, { name: 'insert' }, { name: 'forms' }, { name: 'tools' }, { name: 'document', groups: [ 'mode', 'document', 'doctools' ] }, { name: 'others' }, //'/', { name: 'basicstyles', groups: [ 'basicstyles' ] }, { name: 'paragraph', groups: [ 'list', 'blocks', 'align', 'bidi' ] }, { name: 'styles' }, { name: 'colors' }, //{ name: 'about' } ]; // Remove some buttons provided by the standard plugins, which are // not needed in the Standard(s) toolbar. config.removeButtons = 'S,Subscript,Superscript'; config.removeButtons += ",Styles"; // Set the most common block elements. config.format_tags = 'p;h1;h2;h3;h4'; // Simplify the dialog windows. config.removeDialogTabs = 'image:advanced;link:advanced'; config.extraPlugins = 'justify,youtube'; };
Simpan