Copied to clipboard

Flag this post as spam?

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


  • hrg 32 posts 152 karma points
    Apr 03, 2017 @ 12:27
    hrg
    0

    rich text editor attribute gets stripped off

    Hello

    In text editor content when I insert line as below, the "rel" attribute gets stripped off.

    <ul>
    <li rel="tab1">one</li>
    <li rel="tab2">Two</li>
    </ul>
    

    So, how to solve this issue?

  • Dan Diplo 1554 posts 6205 karma points MVP 6x c-trib
    Apr 03, 2017 @ 12:45
    Dan Diplo
    0

    Have a look in /config/tinyMceConfig.config file in Umbraco

    There should be a validElements section there where you can add it.

    Though I'm pretty sure rel is not valid on LI tags in HTML, it's only for A and LINK tags.

  • hrg 32 posts 152 karma points
    Apr 04, 2017 @ 09:49
    hrg
    0

    I have already tried changing into '/config/tinyMceConfig.config' file, but its not working. What is the work around for the same?

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies