Wiki source code of All Blog Posts

Version 1.1 by Vincent Massol on 2018/05/04 15:30

Show last authors
1 {{velocity}}
2 #set($columns = ["title", "publishDate"])
3 #set($columnsProperties = {
4 "title" : { "type" : "text", "link" : "view"},
5 "publishDate" : { "type" : "date"}
6 })
7 #set($options = {
8 "className":"Blog.BlogPostClass",
9 "translationPrefix" : "blog.",
10 "tagCloud" : true,
11 "rowCount": 30
12 })
13 #livetable("blogs" $columns $columnsProperties $options)
14 {{/velocity}}