Project

General

Profile

Actions

Bug #105328

open

Settings with enum do not show raw value in frontend debug mode

Added by Lina Wolf about 22 hours ago.

Status:
New
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

No data to display

Actions

Also available in: Atom PDF