Skip to content

Commit

Permalink
[TASK] Setting BE-debug appends fieldnames to labels
Browse files Browse the repository at this point in the history
The description so far says fieldnames are prepended.

Resolves: #85507
Releases: master
Change-Id: I06fccdc2aee70a95e64cb14adccba0e24a22c1cb
Reviewed-on: https://review.typo3.org/57499
Tested-by: TYPO3com <no-reply@typo3.com>
Reviewed-by: Oliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: Jörg Bösche <typo3@joergboesche.de>
Tested-by: Jörg Bösche <typo3@joergboesche.de>
Reviewed-by: Frank Naegler <frank.naegler@typo3.org>
Tested-by: Frank Naegler <frank.naegler@typo3.org>
  • Loading branch information
neufeind authored and NeoBlack committed Jul 18, 2018
1 parent 40706ef commit bc191e1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -350,7 +350,7 @@ BE:
<p>If disabled the last modification date of the file will be appended as a query-string.</p>
debug:
type: bool
description: 'If enabled, the loginrefresh is disabled and pageRenderer is set to debug mode. Furthermore the fieldname is prepended to the label of fields. Use this to debug the backend only!'
description: 'If enabled, the loginrefresh is disabled and pageRenderer is set to debug mode. Furthermore the fieldname is appended to the label of fields. Use this to debug the backend only!'
FE:
type: container
description: 'Frontend'
Expand Down

0 comments on commit bc191e1

Please sign in to comment.