Show last authors
author | version | line-number | content |
---|---|---|---|
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" /}} |