0 Votes

Wiki source code of PageAdmin

Last modified by Ryan C on 2025/03/06 17:59

Show last authors
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" /}}

XWiki AI Chat