Posted by vijaycs85 on February 26, 2013 at 7:49pm
2 followers
| Project: | Drupal core |
| Version: | 8.x-dev |
| Component: | system.module |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
| Issue tags: | Configuration system, documentation |
Issue Summary
Update documentation of admin_compact_mode in system module
* If the user does not have the cookie, the default value is given by the
* system variable 'admin_compact_mode', which itself defaults to FALSE. This
* does not have a user interface to set it: it is a hidden variable which can
* be set in the settings.php file.where as this variable is config now.
config('system.site')->get('admin_compact_mode')
Comments
#1
#2
#3
#1: 1928304-admin_compact_mode-document-1.patch queued for re-testing.