MDL-77370 admin: Add a new setting for Support contact

This commit is contained in:
Roberto Bravo 2023-03-02 10:59:30 +01:00
parent 9ee4f8db8b
commit 25c2d17157
3 changed files with 7 additions and 2 deletions

View file

@ -69,7 +69,8 @@ if ($hassiteconfig) {
CONTACT_SUPPORT_DISABLED => new lang_string('disabled', 'admin'),
]
));
$temp->add(new admin_setting_configtext('servicespage', new lang_string('servicespage', 'admin'),
new lang_string('configservicespage', 'admin'), '', PARAM_URL));
$ADMIN->add('server', $temp);