Feature #2209
A templating language support
Start date:
07 Aug 2013
Due date:
% Done:
0%
External issue:
Description
I wonder, if the Hooks Manager can allow a more flexible customization... For example, can it support hook’s arguments to display content conditionally?.. Using some JS tricks (like ones used for :view_wiki_inline_content
) of course it can, but can it be easier?
I guess the best option would be to introduce some templating language, which would allow something like:
<!-- ifeq project.name, 'Hooks Manager' -->
...
<!-- else -->
...
<!-- end -->
Related issues