Last modified by Vincent Massol on 2023/10/10

From version 1.2
edited by Vincent Massol
on 2013/09/05
Change comment: There is no comment for this version
To version 3.1
edited by Vincent Massol
on 2015/10/06
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -3,11 +3,13 @@
3 3  To understand how to use them you should read the [[UI Extension Tutorial>>platform:DevGuide.UIXTutorial]].
4 4  
5 5  {{velocity}}
6 -#set($columns = ["doc.title", "id", "description"])
6 +#set($columns = ["doc.title", "category", "id", "contributor", "version", "description"])
7 7  #set($columnsProperties = {
8 8   "doc.title" : { "type" : "text", "link" : "view" },
9 + "category" : { "type" : "text" },
9 9   "id" : { "type" : "text" },
10 - "description" : { "type" : "text" }
11 + "contributor" : { "type" : "text" },
12 + "version" : { "type" : "text" }
11 11  })
12 12  #set($options = {
13 13   "tagCloud":true,

Get Connected