Wiki source code of AdminEditingSheet
Last modified by Julien Fleury on 2020/12/12 16:55
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | {{velocity output="false"}} |
2 | #set ($params = { | ||
3 | 'title': ['xwiki.title.mandatory'], | ||
4 | 'editor': ['editor'], | ||
5 | 'versioning': ['editcomment', 'editcomment_mandatory', 'minoredit'] | ||
6 | }) | ||
7 | {{/velocity}} | ||
8 | |||
9 | {{include reference="XWiki.AdminFieldsDisplaySheet" /}} |