0 Votes

Wiki source code of AdminThemesSheet

Last modified by Ryan C on 2025/04/30 08:04

Show last authors
1 {{velocity output="false"}}
2 $xwiki.jsx.use('XWiki.AdminThemesSheet')
3 ### Change the skin, color theme and icon theme, at global or space level.
4 #set ($params = {
5 'colortheme': ['colorTheme'],
6 'icontheme' : ['iconTheme'],
7 'skin': ['skin']
8 })
9 {{/velocity}}
10
11 {{include reference="XWiki.AdminFieldsDisplaySheet" /}}