Bug #105328
closedSettings with enum do not show raw value in frontend debug mode
100%
Description
When frontend debugging is activated the raw values should be displayed:
Code:
```
settings:
example.types.string-enum:
type: string
default: 'summer'
category: Example.types
label: 'Type string with enum'
enum:
spring: 'Spring time'
summer: 'Seasons in the sun'
fall: 'Wine harvest'
winter: 'Cold'
description: 'Site settings can provide possible options via the `enum` specifier, that will
be selectable in the editor GUI.'
```
Files
Updated by Gerrit Code Review about 2 months ago
- Status changed from New to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/87149
Updated by Gerrit Code Review 27 days ago
Patch set 2 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/87149
Updated by Gerrit Code Review 27 days ago
Patch set 1 for branch 13.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/87554
Updated by Andreas Nedbal 27 days ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c63c08c8d47bef4b621acde57a9642da8ec53aef.