I'm writing a custom piece of code using the Group - List widget where I need to use the Widget Title value. I was able to make it work by adding the following:
#set($widgetTitle = $core_v2_widget.GetStringValue('fragmentHeader',''))
So, if I set some value in the Widget Title, the code above is gonna get it. i.e.
$widgetTitle value will be "My title". However, there's also a different way to set a value there and it is by using Resources:
Here's where I'm having a problem because the same code above is going to return "${resource:my_title} and not the actual value of the resource. I was wondering if there is a way to get the resource value, maybe I'm missing a step or something? Thanks. I'm using Telligent 11.1.8