Wiki source code of Changelog

Version 7.2 by Martin Mahr on 2023/11/14 23:58

Hide last authors
Martin Mahr 1.1 1 {{velocity}}
2 #set ($columnsProperties = {
Martin Mahr 4.1 3 'doc.title': {"displayName":"Verze","link":"view"},
Martin Mahr 3.1 4 'shortText2': {},
Martin Mahr 1.1 5 '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]}
6 })
7 #set ($options = {
8 'className': 'Changelog.Code.ChangelogClass',
9 'translationPrefix': 'changelog.livetable.',
10 'tagCloud': true,
11 'rowCount': 15,
12 'maxPages': 10,
Martin Mahr 4.1 13 'selectedColumn': 'doc.title',
Martin Mahr 1.1 14 'defaultOrder': 'asc'
15 })
Martin Mahr 6.1 16 #set ($columns = ['doc.title', 'shortText2', '_actions'])
Martin Mahr 1.1 17 #livetable('changelog' $columns $columnsProperties $options)
18 {{/velocity}}