Wiki source code of Velocity Macros
Last modified by Vincent Massol on 2020/04/04 10:04
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{velocity}} | ||
2 | #set($columns = ["name", "summary", "_actions"]) | ||
3 | #set($columnsProperties = { | ||
4 | "name" : { "type" : "text", "link" : "view", "sortable":true }, | ||
5 | "summary" : { "type" : "text", "sortable":true }, | ||
6 | "_actions" : {"actions": ["edit","delete"]} | ||
7 | }) | ||
8 | #set($options = { | ||
9 | "className":"Extension.Web Resources for XWiki.Code.VelocimacroClass", | ||
10 | "translationPrefix" : "velocimacros." | ||
11 | }) | ||
12 | #livetable("velocimacros" $columns $columnsProperties $options) | ||
13 | {{/velocity}} |