Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi, in two Umbraco 7.2 projects the code view button in the RTE editor has gone away since a simple save of the datatype.
Anyone else have had issues or experiences with this?
Regards,
Sørem
Hi Søren
Could you post a screendump of the issue? Just want to make sure I fully understand the issue.
Cheers, Jan
Figured it out, there was an error in the default umbraco config file "tinyMceConfig.config":
The line saying:
<tinyMceCommand value="" userInterface="false" frontendCommand="codemirror">code</tinyMceCommand>
Should be changed to:
<tinyMceCommand value="" userInterface="false" frontendCommand="code">code</tinyMceCommand>
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Code view(CodeMirror) button disappearing after saving rich text editor data type
Hi, in two Umbraco 7.2 projects the code view button in the RTE editor has gone away since a simple save of the datatype.
Anyone else have had issues or experiences with this?
Regards,
Sørem
Hi Søren
Could you post a screendump of the issue? Just want to make sure I fully understand the issue.
Cheers, Jan
Figured it out, there was an error in the default umbraco config file "tinyMceConfig.config":
The line saying:
<tinyMceCommand value="" userInterface="false" frontendCommand="codemirror">code</tinyMceCommand>
Should be changed to:
<tinyMceCommand value="" userInterface="false" frontendCommand="code">code</tinyMceCommand>
is working on a reply...