mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
MDL-73397 adminpresets: Move sensiblesettings to core
The sensiblesettings setting has been moved from tool_admin_presets to adminpresets component where it belongs, in order for being able to use it from the API to decide whether sensible settings should be included when exporting them.
This commit is contained in:
parent
8bf52e3195
commit
1f47ef1a34
7 changed files with 31 additions and 27 deletions
|
@ -47,6 +47,8 @@ $string['privacy:metadata:adminpresets_app'] = 'The configuration presets that h
|
|||
$string['privacy:metadata:adminpresets_app:adminpresetid'] = 'The id of the preset applied.';
|
||||
$string['privacy:metadata:adminpresets_app:time'] = 'The time that the preset was applied.';
|
||||
$string['privacy:metadata:adminpresets_app:userid'] = 'The user who applied the preset.';
|
||||
$string['sensiblesettings'] = 'Settings with passwords';
|
||||
$string['sensiblesettingstext'] = 'Settings with passwords or other sensitive information can be excluded when creating a site admin preset. Enter additional settings with format SETTINGNAME@@PLUGINNAME separated by commas.';
|
||||
$string['siteadminpresetspluginname'] = 'Site admin presets';
|
||||
$string['starterpreset'] = 'Starter';
|
||||
$string['starterpresetdescription'] = 'Moodle with all of the most popular features, including Assignment, Feedback, Forum, H5P, Quiz and Completion tracking.';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue