Actions
Bug #105328
openSettings with enum do not show raw value in frontend debug mode
Status:
Under Review
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2024-10-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
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
Actions