Wiki source code of AdminLocalizationSheet
Last modified by Julien Fleury on 2020/12/12 16:55
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{velocity output="false"}} | ||
2 | ### Administer localization wiki preferences, at global level | ||
3 | #set ($params = { | ||
4 | 'language': ['multilingual', 'languages' , 'default_language'], | ||
5 | 'date': ['dateformat', 'timezone'] | ||
6 | }) | ||
7 | ## Used to display nicer inputs for the languages | ||
8 | #set ($discard = $xwiki.jsx.use('XWiki.AdminLocalizationSheet')) | ||
9 | #set ($discard = $xwiki.ssx.use('XWiki.AdminLocalizationSheet')) | ||
10 | {{/velocity}} | ||
11 | |||
12 | {{include reference="XWiki.AdminFieldsDisplaySheet" /}} |