mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-49329 admin: Improve the UI for installing dependencies
This commit is contained in:
parent
2f29cf6e63
commit
9137a89a1a
7 changed files with 118 additions and 22 deletions
|
@ -449,11 +449,13 @@ $CFG->admin = 'admin';
|
|||
//
|
||||
// Use the following flag to completely disable the Automatic updates deployment
|
||||
// feature and hide it from the server administration UI.
|
||||
// TODO: drop this flag and use disableonclickaddoninstall instead.
|
||||
//
|
||||
// $CFG->disableupdateautodeploy = true;
|
||||
//
|
||||
// Use the following flag to completely disable the On-click add-on installation
|
||||
// feature and hide it from the server administration UI.
|
||||
// Use the following flag to completely disable the installation of plugins
|
||||
// (new plugins, available updates and missing dependencies) via the server
|
||||
// administration UI.
|
||||
//
|
||||
// $CFG->disableonclickaddoninstall = true;
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue