I need to make a Area specific paragraph content that can be edited by a normal content user. I have used translate codes before but wanted to use the great new Item.Area tags.
<!--@Global:Paragraph.Content(<!--@Item.Area.OtherresourcesPage_ID-->)-->
Unfortunately it does not render the Paragraph.Content tag
Resultis rendered like this:
<!--@Global:Paragraph.Content(6641)-->
Also tried adding it to the master file as snippet to see if it would render it first but this was not the case:
<!--@SnippetStart(otherresources)--> <!--@Global:Paragraph.Content(<!--@Item.Area.OtherresourcesPage_ID-->)--> <!--@SnippetEnd(otherresources)-->
Could it be possible to have the Item.Area Tags rendered in the master before the snippets are placed in the page templates