Wiki source code of AdminThemesSheet
Show last authors
author | version | line-number | content |
---|---|---|---|
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" /}} |