Wiki zdrojový kód pre PageAdmin

Naposledy upravil Martin Mahr 2023/11/14 13:32

Hide last authors
Martin Mahr 1.1 1 {{velocity output="false"}}
2 #set ($params = {
3 'mimetypes': ['allowedMimetypes', 'blockedMimetypes']
4 })
5 #set ($paramClass = 'XWiki.Attachment.Validation.Code.AttachmentMimetypeRestrictionClass')
6 #set ($objectPolicy = 'updateOrCreate')
7 ## Make sure to initialize an empty object if it does not exist yet, otherwise the admin form is not displayed.
8 #set ($discard = $doc.getObject($paramClass, true))
9 {{/velocity}}
10
11 {{include reference="XWiki.AdminFieldsDisplaySheet" /}}