Files
cms-backend/Resources/Private/Templates/PageLayout/FluidBasedContentPreviewRenderingException.fluid.html
T

12 lines
282 B
HTML

<html
xmlns:f="http://typo3.org/ns/TYPO3/CMS/Fluid/ViewHelpers"
data-namespace-typo3-fluid="true"
>
<f:be.infobox
title="{error.title}"
state="{f:constant(name: 'TYPO3\CMS\Core\Type\ContextualFeedbackSeverity::ERROR')}"
>
{error.message}
</f:be.infobox>
</html>