Wiki-Quellcode von AdminPresentationSheet
Zuletzt geändert von admin am 2025/02/23 10:10
Zeige letzte Bearbeiter
| 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" /}} |