[Neos] Create protected area in Neos Website

Patric Eckhart mail at patriceckhart.com
Wed Jan 21 20:58:02 CET 2015


This works in Flow

Add the following in your Fluid Template:
<f:security.ifHasRole role="FrontendUser">
//only show when logged in
{content.securecontent -> f:format.raw()}
</f:security.ifHasRole>


More information about the Neos mailing list