From version < 18.1 >
edited by Vincent Gyda
on 2022/01/20 11:30
To version < 19.1 >
edited by Vincent Gyda
on 2022/01/20 11:33
< >
Change comment: There is no comment for this version

Summary

Details

Panels.PanelClass[0]
Content
... ... @@ -1,13 +1,5 @@
1 1  {{template name="documentTree_macros.vm" /}}
2 2  
3 3  {{velocity}}
4 -{{html}}
5 -#documentTree({
6 -'compact':'true',
7 -'showAttachments':'false',
8 -'showTranslations':'false',
9 -'showClassProperties':'false',
10 -'exclusions':'document:xwiki:Menu.WebHome,document:xwiki:XWiki.WebHome'
11 -})
12 -{{/html}}
4 +{{documentTree showTranslations="false" showAttachments="false" compact="true" showClassProperties="false" exclusions="document:xwiki:Menu.WebHome,document:xwiki:XWiki.WebHome" /}}
13 13  {{/velocity}}