Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Søren Lysdal 13 posts 75 karma points
    Jan 12, 2015 @ 13:16
    Søren Lysdal
    0

    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

  • Jan Skovgaard 11280 posts 23678 karma points MVP 10x admin c-trib
    Jan 12, 2015 @ 13:28
    Jan Skovgaard
    0

    Hi Søren

    Could you post a screendump of the issue? Just want to make sure I fully understand the issue.

    Cheers, Jan

  • Søren Lysdal 13 posts 75 karma points
    Jan 12, 2015 @ 13:29
    Søren Lysdal
    100

    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>

Please Sign in or register to post replies

Write your reply to:

Draft