Hello,
I stumbled upon a quite annoying issue. When creating x-amount of items on seperate paragraphs under a given placeholder I'm unable to get it by @GetValue("ParagraphHeader") which in my case would be the translation when comparing it to the "regular" DW Templatetags..
I have tried both on a single item and of course in a loop with the multiple values beeing outputted. in that case it would be something like..
@i.GetValue("ParagraphHeader") -> considering "i" to be my object .. A bit unfortunate in my opinion to make an item field for title, when the paragraph name is right there..
Any suggesitons on the matter?