Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I am using U15 and want to use the new TipTap editor. But how can I get the content out?
If I just use Model.Value("content") then I get the content as
{"markup":"\u003Cp\u003EVi ..... skriv dig op. \u003C/p\u003E","blocks":{"contentData":[],"settingsData":[],"expose":[],"Layout":{}}}
But how to use that?
i suspect you need the magic contained within @inherits UmbracoViewPage< model > that will give you the markup as well as having all the internal links guids, for example, resolved into actual urls.
@inherits UmbracoViewPage< model >
This documentation page is likely the helpful link to get you going.
And this documentation is for the RTE specifically.
Hope this is helpful!
is working on a reply...
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.
Continue discussion
How to get content from TipTap Editor
I am using U15 and want to use the new TipTap editor. But how can I get the content out?
If I just use Model.Value("content") then I get the content as
{"markup":"\u003Cp\u003EVi ..... skriv dig op. \u003C/p\u003E","blocks":{"contentData":[],"settingsData":[],"expose":[],"Layout":{}}}
But how to use that?
i suspect you need the magic contained within
@inherits UmbracoViewPage< model >
that will give you the markup as well as having all the internal links guids, for example, resolved into actual urls.This documentation page is likely the helpful link to get you going.
And this documentation is for the RTE specifically.
Hope this is helpful!
is working on a reply...
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.