Download & Extend

Update documentation of admin_compact_mode in system module

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

Title:Update comment documentation of admin_compact_mode in system module» Update documentation of admin_compact_mode in system module
AttachmentSizeStatusTest resultOperations
1928304-admin_compact_mode-document-1.patch860 bytesIdlePASSED: [[SimpleTest]]: [MySQL] 54,222 pass(es).View details | Re-test

#2

Status:active» needs review

#3