#Nested Content Template Alias issues in Umbraco 13

1 messages · Page 1 of 1 (latest)

fresh blade
#

I have a site upgraded from v8 to v13 that uses Nested Content.
For some of the Element type we use {{propertyAlias}} and this works fine.
However, for some we use an another alias, in this case {{wFtPropTitle}} is the title of a feature using the RTE.
So instead oof returning 'Hello World' it returns {"markup":"<p>Hello World</p>","blocks":{"layout":null,"contentData":[],"settingsData":[I]]

runic pagoda
#

Must be because of the new blocks in rte feature, it changed the format of the value.

fresh blade
runic pagoda
#

definitely, the label templates is still very much used for blocks and list views

fresh blade
#

OK thank you, I am never sure.
I'll create an issue.

dusty dune
fresh blade