0 Votes

Wiki source code of Orphaned Pages

Last modified by Ryan C on 2025/03/06 17:59

Show last authors
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}}