Added #10145: Global Head Tags in Settings
This commit is contained in:
parent
003f54fd40
commit
026f7ff47e
5 changed files with 29 additions and 1 deletions
|
|
@ -262,6 +262,14 @@ sub definition {
|
|||
label => $i18n->get('recaptcha private key'),
|
||||
defaultValue => $setting->get('recaptchaPrivateKey'),
|
||||
});
|
||||
push @fields, {
|
||||
tab => "ui",
|
||||
fieldType => "codearea",
|
||||
name => "globalHeadTags",
|
||||
label => $i18n->get('global head tags label'),
|
||||
hoverHelp => $i18n->get('global head tags description'),
|
||||
defaultValue => $setting->get('globalHeadTags'),
|
||||
};
|
||||
# messaging settings
|
||||
push(@fields, {
|
||||
tab=>"messaging",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue