Hi,
while I'm able to use thread variables like title, tags, ... in my own widget in the sidebar (of a thread view) using something like e.g. $context.thread.tags -> which is great because I can do a lot of useful things with these variables in the sidebar including using it as a widget display condition.
However, I wasn't able to do the same with resources yet. I tried using {{ dump($resource) }} or {{ dump($context) }} but it doesn't give me any results in in the sidebar (of a resource view).
Am I doing something wrong? How I'm getting this to work? Thanks!
while I'm able to use thread variables like title, tags, ... in my own widget in the sidebar (of a thread view) using something like e.g. $context.thread.tags -> which is great because I can do a lot of useful things with these variables in the sidebar including using it as a widget display condition.
However, I wasn't able to do the same with resources yet. I tried using {{ dump($resource) }} or {{ dump($context) }} but it doesn't give me any results in in the sidebar (of a resource view).
Am I doing something wrong? How I'm getting this to work? Thanks!