Wiki source code of AdminPresentationSheet
Last modified by Julien Fleury on 2020/12/12 16:55
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{velocity output="false"}} | ||
2 | ### Choose the page elements to display, globally and at space level. | ||
3 | #set ($params = { | ||
4 | 'docextra': ['showannotations', 'showcomments', 'showattachments', 'showhistory', 'showinformation'], | ||
5 | 'header': ['title', 'meta'] | ||
6 | }) | ||
7 | #if ("$!editor" == 'globaladmin') | ||
8 | #set ($params.footer = ['webcopyright', 'version']) | ||
9 | #end | ||
10 | {{/velocity}} | ||
11 | |||
12 | {{include reference="XWiki.AdminFieldsDisplaySheet" /}} |