Wiki source code of assets

Last modified by Jip-jan Alunkel on April 21, 13:29

Show last authors
1 {{velocity}}
2 #if ("$xwiki.getUserPreference('displayHiddenDocuments')" != '1')
3 {{info}}
4 {{translation key="appWithinMinutes.codeSpace.hiddenPagesInfo" /}}
5 {{/info}}
6 #end
7
8 #set ($escapedDocumentReference = $services.rendering.escape($services.model.serialize($doc.documentReference,
9 'default'), 'xwiki/2.1'))
10 {{documentTree showTranslations="false" showAttachments="false"
11 filterHiddenDocuments="false" root="document:$escapedDocumentReference" /}}
12 {{/velocity}}