Skip to content

Commit 0ca6f02

Browse files
committed
Optimize UEditor Configuration
1 parent 2558bba commit 0ca6f02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publiccms-parent/publiccms/src/main/webapp/resource/plugins/ueditor/ueditor.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@
365365
//, allowLinkProtocols: ['http:', 'https:', '#', '/', 'ftp:', 'mailto:', 'tel:', 'git:', 'svn:']
366366

367367
//默认过滤规则相关配置项目
368-
//,disabledTableInTable:true //禁止表格嵌套
368+
,disabledTableInTable:false //禁止表格嵌套
369369
,allowDivTransToP:false //允许进入编辑器的div标签自动变成p标签
370370
//,rgb2Hex:true //默认产出的数据中的color自动从rgb格式变成16进制格式
371371

0 commit comments

Comments
 (0)