Server IP : 66.29.132.124 / Your IP : 3.133.157.163 Web Server : LiteSpeed System : Linux business141.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : wavevlvu ( 1524) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /proc/thread-self/root/proc/thread-self/cwd/libs/ckeditor4/ |
Upload File : |
/** * @license Copyright (c) 2003-2019, 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'; // config.uiColor = '#AADC6E'; config.filebrowserBrowseUrl = bookingCore.url+'/admin/module/media/ckeditorBrowser'; config.filebrowserUploadUrl = bookingCore.url+'/admin/module/media/store?ckeditor=1'; config.toolbarCanCollapse = true; config.toolbarGroups = [ {"name":"styles","groups":["styles","colors"]}, {"name":"basicstyles","groups":["basicstyles"]}, {"name":"links","groups":["links"]}, {"name":"paragraph","groups":["align","list","blocks"]}, {"name":"document","groups":["mode"]}, {"name":"insert","groups":["insert"]}, // {"name":"about","groups":["about"]}, ]; config.removeButtons = ''; config.fileTools_requestHeaders = { "X-CSRF-TOKEN" : bookingCore.csrf }; };