Copied to clipboard

Flag this post as spam?

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


  • rn4j0r 15 posts 85 karma points
    Jul 23, 2014 @ 17:54
    rn4j0r
    0

    Allow any markup in TinyMCE editor for 7

    We recently switched all of our new sites from Umbraco 4 to 7.

    I used to be able to follow this guide, http://our.umbraco.org/wiki/how-tos/customizing-the-wysiwyg-rich-text-editor-(tinymce)/allow-any-markup-in-the-tinymce-editor, but it seems <TidyEditorContent> does not exist anymore in the umbracoSettings.config anymore?

    Problem is that inner page is stripping out embed and iframe codes I am trying to put into page. Should I just make a new macro and then put the code there and insert macro directly into page for Umbraco 7 or what?

    Pls halp.

    Thanks!

  • Brian Rush 25 posts 95 karma points
    Aug 30, 2017 @ 19:17
    Brian Rush
    0

    Having same issue. Did you ever find a solution for this?

  • 3ijtKwijt 36 posts 216 karma points
    Aug 31, 2017 @ 05:32
    3ijtKwijt
    0

    Have you tried adding the part yourself in the umbracoSettings.config Because the documentation states the following for version 7+:

    NOTE: in v7+ many of these settings are not explicitly contained in the configuration file that is shipped with Umbraco and most of these settings have default values assigned. These default values will be expressed below and you can insert these configuration items in the file to override the defaults.

  • Brian Rush 25 posts 95 karma points
    Aug 31, 2017 @ 16:02
    Brian Rush
    0

    Thanks for the reply

    I tried to add this to the umbracoSettings.config

     <tinymceConfig>
        <validElements><![CDATA[*[*]]]></validElements>
      </tinymceConfig>
    

    but I then get an error saying

    Parser Error Message: Unrecognized element 'tinymceConfig'.

Please Sign in or register to post replies

Write your reply to:

Draft