Code source wiki de Pages orphelines
Afficher les derniers auteurs
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{velocity}} | ||
| 2 | #set ($liveDataConfig = { | ||
| 3 | 'meta': { | ||
| 4 | 'propertyDescriptors': [ | ||
| 5 | { 'id': '_actions', 'displayer': { 'id': 'actions', 'actions': ['copy', 'delete', 'rename', 'rights'] } } | ||
| 6 | ] | ||
| 7 | } | ||
| 8 | }) | ||
| 9 | {{liveData | ||
| 10 | id='orphanedpages' | ||
| 11 | source='liveTable' | ||
| 12 | sourceParameters="translationPrefix=platform.index.&orphaned=1" | ||
| 13 | properties='doc.name,doc.space,doc.date,doc.author,_actions' | ||
| 14 | }}$jsontool.serialize($liveDataConfig){{/liveData}} | ||
| 15 | {{/velocity}} |