//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);

})();