Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ This feature is enabled only for admins.

![Show fieldname](/Resources/Public/Documentation/fieldname.png)

This feature is implemented in the TYPO3 Core since version 9.1 ([Changelog](https://docs.typo3.org/c/typo3/cms-core/master/en-us/Changelog/9.1/Feature-83461-ShowFieldnameNextToTitleInDebugMode.html)). To activate it, you have to set
`$GLOBALS['TYPO3_CONF_VARS']['BE']['debug'] = true;`.

## Installation

Use composer with `composer require georgringer/backend-debug`.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"GPL-2.0+"
],
"require": {
"typo3/cms-core": "^8.7 || ^9.0"
"typo3/cms-core": "^8.7 || ^9.0, <9.1"
},
"autoload": {
"psr-4": {
Expand Down