Commit 7e17e911dc2674ab6a2d7beddf9c5a7a4b43686f
1 parent
ffe86307
Update ueditor config.
Showing
1 changed file
with
4 additions
and
4 deletions
js/plugin/ueditor/ueditor.config.js
... | ... | @@ -40,8 +40,8 @@ |
40 | 40 | 'customstyle', 'paragraph', 'fontfamily', 'fontsize', '|', |
41 | 41 | 'directionalityltr', 'directionalityrtl', 'indent', '|', |
42 | 42 | 'justifyleft', 'justifycenter', 'justifyright', 'justifyjustify', '|', 'touppercase', 'tolowercase', '|', |
43 | - 'link', 'unlink', 'anchor', '|', 'imagenone', 'imageleft', 'imageright', 'imagecenter', '|', | |
44 | - 'simpleupload', 'insertimage', 'emotion', 'map', '|', | |
43 | + 'link', 'unlink', 'anchor', '|', | |
44 | + 'simpleupload', 'insertimage', 'emotion', '|', | |
45 | 45 | 'horizontal', 'date', 'time', '|', |
46 | 46 | 'inserttable', 'deletetable', 'insertparagraphbeforetable', 'insertrow', 'deleterow', 'insertcol', 'deletecol', 'mergecells', 'mergeright', 'mergedown', 'splittocells', 'splittorows', 'splittocols' |
47 | 47 | // , '|' , 'print', 'preview', 'searchreplace', 'help' |
... | ... | @@ -97,13 +97,13 @@ |
97 | 97 | //,autoClearEmptyNode : true //getContent时,是否删除空的inlineElement节点(包括嵌套的情况) |
98 | 98 | |
99 | 99 | //启用自动保存 |
100 | - //,enableAutoSave: true | |
100 | + ,enableAutoSave: false | |
101 | 101 | //自动保存间隔时间, 单位ms |
102 | 102 | //,saveInterval: 500 |
103 | 103 | |
104 | 104 | //,fullscreen : false //是否开启初始化时即全屏,默认关闭 |
105 | 105 | |
106 | - //,imagePopup:true //图片操作的浮层开关,默认打开 | |
106 | + ,imagePopup: false //图片操作的浮层开关,默认打开 | |
107 | 107 | |
108 | 108 | //,autoSyncData:true //自动同步编辑器要提交的数据 |
109 | 109 | //,emotionLocalization:false //是否开启表情本地化,默认关闭。若要开启请确保emotion文件夹下包含官网提供的images表情文件夹 | ... | ... |