Forum Discussion

xorrkaz's avatar
xorrkaz
Genius
14 years ago
Solved

How to add Freemarker to text properties?

I would like to override the title of the "Top Category Experts" widget to include the name of the current Category/Board.  I figured I could just embed Freemarker into the text property value, but t...
  • xorrkaz's avatar
    xorrkaz
    14 years ago

    I got lucky :smileyhappy:.  I found that if I set the title to "{0} Experts" the zeroth argument is the object title.  So provided this isn't stupid chance, and something I can rely upon, I think I'm set.  Thanks.