export cleanups and mobile style
This commit is contained in:
parent
93819cda0c
commit
1f3ab6a419
20 changed files with 518 additions and 318 deletions
|
|
@ -269,6 +269,14 @@ sub definition {
|
|||
label => $i18n->get('global head tags label'),
|
||||
hoverHelp => $i18n->get('global head tags description'),
|
||||
defaultValue => $setting->get('globalHeadTags'),
|
||||
};
|
||||
push @fields, {
|
||||
tab => 'ui',
|
||||
fieldType => 'yesNo',
|
||||
name => 'useMobileStyle',
|
||||
label => $i18n->get('mobile style label'),
|
||||
hoverHelp => $i18n->get('mobile style description'),
|
||||
defaultValue => $setting->get('useMobileStyle'),
|
||||
};
|
||||
# messaging settings
|
||||
push(@fields, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue