diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-08-04 19:03:27 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-08-04 19:03:27 +0200 |
commit | d01f9fc7f5a369284fbfd92c6e804d84147e42a1 (patch) | |
tree | 0b789da2e28bc8405a095b47ac0afe45f9a9babd /config | |
parent | 04638fb7e5d86f6768a5318008a604818685448f (diff) |
Add option (disabled_actions) to disable UI elements/actions (#1489638)
Diffstat (limited to 'config')
-rw-r--r-- | config/defaults.inc.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/defaults.inc.php b/config/defaults.inc.php index 18171b75f..625d4ea80 100644 --- a/config/defaults.inc.php +++ b/config/defaults.inc.php @@ -285,6 +285,9 @@ $config['enable_installer'] = false; // don't allow these settings to be overriden by the user $config['dont_override'] = array(); +// List of disabled UI elements/actions +$config['disabled_actions'] = array(); + // define which settings should be listed under the 'advanced' block // which is hidden by default $config['advanced_prefs'] = array(); |