U4-5334 Richtext editor inserts extra p - tags to html output
#U4-5334 Fixed
This commit is contained in:
@@ -258,18 +258,16 @@ param[name|value|_value|class],embed[type|width|height|src|class|*],map[name|cla
|
||||
|
||||
<!-- this area is for custom config settings that should be added during TinyMCE initialization -->
|
||||
<customConfig>
|
||||
<!-- <config key="myKey">mySetting</config>-->
|
||||
<!-- <config key="myKey">mySetting</config> -->
|
||||
<config key="entity_encoding">raw</config>
|
||||
<config key="forced_root_block">''</config>
|
||||
<config key="codemirror">
|
||||
{
|
||||
"indentOnInit": false,
|
||||
"path": "../../../../lib/codemirror",
|
||||
"config": {
|
||||
},
|
||||
"jsFiles": [
|
||||
],
|
||||
"cssFiles": [
|
||||
]
|
||||
"indentOnInit": false,
|
||||
"path": "../../../../lib/codemirror",
|
||||
"config": { },
|
||||
"jsFiles": [ ],
|
||||
"cssFiles": [ ]
|
||||
}
|
||||
</config>
|
||||
</customConfig>
|
||||
|
||||
@@ -256,18 +256,16 @@ param[name|value|_value|class],embed[type|width|height|src|class|*],map[name|cla
|
||||
|
||||
<!-- this area is for custom config settings that should be added during TinyMCE initialization -->
|
||||
<customConfig>
|
||||
<!-- <config key="myKey">mySetting</config>-->
|
||||
<!-- <config key="myKey">mySetting</config> -->
|
||||
<config key="entity_encoding">raw</config>
|
||||
<config key="forced_root_block">''</config>
|
||||
<config key="codemirror">
|
||||
{
|
||||
"indentOnInit": false,
|
||||
"path": "../../../../lib/codemirror",
|
||||
"config": {
|
||||
},
|
||||
"jsFiles": [
|
||||
],
|
||||
"cssFiles": [
|
||||
]
|
||||
"config": { },
|
||||
"jsFiles": [ ],
|
||||
"cssFiles": [ ]
|
||||
}
|
||||
</config>
|
||||
</customConfig>
|
||||
|
||||
Reference in New Issue
Block a user