Changes for page Rangee Index
Last modified by Tobias Wintrich on 2025/06/04 09:20
From version 8.2
edited by Tobias Wintrich
on 2021/09/27 14:55
on 2021/09/27 14:55
Change comment:
There is no comment for this version
To version 8.3
edited by Tobias Wintrich
on 2021/09/27 14:55
on 2021/09/27 14:55
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -6,24 +6,3 @@ 6 6 #handleDocumentTreeRequest 7 7 #end 8 8 {{/velocity}} 9 - 10 -{{velocity}} 11 -#if ($xcontext.action != 'get') 12 - == Document Hierarchy Tree == 13 - 14 - {{documentTree /}} 15 - 16 - === Compact Document Hierarchy Tree === 17 - 18 - {{documentTree compact="true" /}} 19 - 20 - == Wiki > Space > Page Tree == 21 - 22 - {{documentTree showWikis="true" showSpaces="true" showTranslations="false" showAttachments="false" showChildDocuments="false" /}} 23 - 24 - == Full Entity Tree == 25 - 26 - {{documentTree showWikis="true" showWikiPrettyName="false" showSpaces="true" showDocumentTitle="false" 27 - showChildDocuments="false" showObjects="true" showClassProperties="true" /}} 28 -#end 29 -{{/velocity}}