Hello,
Short question; I'm rendering items in a template as described here: http://doc.dynamicweb.com/documentation-8/content/items/item-publisher#sideNavTitle1-2-2
Can I specify a 'Show on paragraph' in the template where the item details are shown? Just like the option in the module settings of the ItemPublisher:
I tried:
...
IncludeParagraphItems = true,
DetailsTemplate = "ItemPublisher/Details/Details.cshtml",
DetailsParagraph = "32"
...
But that didn't work.
Greetings Harald