Sha256: f4451f501b2034f153add23afd178a3d4f2620c1b07b8a1cbaeb9685816093dd
Contents?: true
Size: 565 Bytes
Versions: 13
Compression:
Stored size: 565 Bytes
Contents
//ueditor custom config (function () { window.CUSTOM_CONFIG = { // Insert your config code // toolbars: [ // ['Source','Undo','Redo','Cleardoc','SearchReplace','InsertImage','WordImage','Bold','ForeColor','JustifyLeft', // 'JustifyCenter','JustifyRight','JustifyJustify','RemoveFormat','FormatMatch','AutoTypeSet','PastePlain', // 'FontSize','Preview','Link','FullScreen', 'PageBreak', 'InsertTable','Attachment','InsertVideo'] // ] }; jQuery.extend(window.UEDITOR_CONFIG, window.CUSTOM_CONFIG); })();
Version data entries
13 entries across 13 versions & 2 rubygems