I’m trying to replicate this in Umbraco 16.2 with the newly introduced Umbraco Flavored Markdown (UFM) JavaScript-like expressions, but don’t seem to be able to get anywhere close.
Is it possible to nest UFM expressions?
Has anyone been able to get something like this working?
What alternative approaches would you consider for providing blocks with descriptive labels?
But… formatting the prefix "Rich Text: " is trickier, since UFM doesn’t yet allow interpolating conditionals mid-string. You can sometimes cheat with concatenation:
Sorry @deepakaggrawal, that looks to be the Angular-based Umbraco 13 syntax. I’ve got a pattern for that already, what I’m looking for is how to recreate this in Umbraco 16.2.
Thanks @leekelleher . My feedback would be that it’s currently a bit limited compared to Umbraco 13 - the ideal would be feature parity? In the meantime I’ll look into whether custom UFM components will fit my needs!