Copied to clipboard

Flag this post as spam?

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


  • sam how 11 posts 91 karma points
    14 days ago
    sam how
    0

    Umbraco 13 RTE Issue in the backoffice

    We upgraded our website from Umbraco 12 to 13 and now we having this issue in the backoffice where the content of RTE is not showing. It only shows [object Object]

  • Huw Reddick 1741 posts 6104 karma points MVP c-trib
    14 days ago
    Huw Reddick
    0

    do you see any javascript errors in the browser console?

  • Stephen Barr 1 post 71 karma points
    14 days ago
    Stephen Barr
    0

    TinyMCE changed in v13 to handle the new Blocks in RTE instead of Macros, so the json storage object is now something like;

    {"markup":"<p>The HTML content</p>","blocks":{"contentData":[],"settingsData":[]}}
    

    I had to update a couple of my custom property editors to now reference ".markup", so you might have to do similar depending on your setup.

Please Sign in or register to post replies

Write your reply to:

Draft