abjerner / Limbo.Umbraco.Rte

Extended RTE property editor for Umbraco.
https://packages.limbo.works/limbo.umbraco.rte/
MIT License
1 stars 0 forks source link

Umbraco 13 support, with blocks in RTE #1

Open jeroenmink2 opened 4 months ago

jeroenmink2 commented 4 months ago

After upgrading to 13 with a project which includes this package, the following HTML is shown:

{"markup":"HTML CONTENT","blocks":{"contentData":[],"settingsData":[]}}

It seems the new structure for RTE isn't supported yet by the package, we're using a IRteHtmlProcessor to modify the HTML by updating document.DocumentNode.InnerHtml. Is support for Umbraco 13 possible?

abjerner commented 4 months ago

Hi @jeroenmink2

We'll also be needing the package for some of our own projects, so the plan is to update the package to support Umbraco 13. But unfortunately I'm currently caught up in other projects, so I don't have an ETA for when we'll have a release available for Umbraco 13.