Beim Erstellen von Mask Inhaltslementen kann man als Typ „Inhalte“ wählen. In der Anleitung fehlt die Angabe, wie man diese Inhaltselemente im Frontend ausgegeben bekommt. Dabei ist es so einfach:
<html xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers" xmlns:mask="http://typo3.org/ns/MASK/Mask/ViewHelpers" data-namespace-typo3-fluid="true"> <f:if condition="{data.tx_mask_irre_contents}"> <f:for each="{data.tx_mask_irre_contents}" as="content"> <mask:content uid="{content.uid}" /> </f:for> </f:if>