Frontend Developer Manual / Version 2207
Table Of ContentsIn CoreMedia Markup is rendered with @cm.include of an Object that contains Markup (for example, CMArticle)
<@cm.include self=self.detailText!cm.UNDEFINED />
Note
If content is embedded in Markup, it can be rendered by a template with the view asRichtextEmbed
.
(for example, embed CMPicture
in the Markup, the Template would be CMPicture.asRichtextEmbed.ftl
).