Changes for page 3D Printing

Last modified by Josh McGee on 2026/01/21 13:23

From version 61.1
edited by Josh McGee
on 2025/11/19 11:02
Change comment: There is no comment for this version
To version 62.1
edited by Josh McGee
on 2025/11/19 11:07
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -30,7 +30,11 @@
30 30   #else
31 31   #foreach($childRef in $children)
32 32   #set($childDoc = $xwiki.getDocument($childRef))
33 - * [[$childDoc.getDisplayTitle()>>$childDoc]]
33 + #set($title = $childDoc.getDisplayTitle())
34 + ## Skip "Page Administration" pages
35 + #if ($title != 'Page Administration')
36 + * [[$title>>$childDoc]]
37 + #end
34 34   #end
35 35   #end
36 36  #end
... ... @@ -40,3 +40,4 @@
40 40  
41 41  
42 42  
47 +