Project

General

Profile

Actions

Bug #105328

closed

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

Added by Lina Wolf 3 months ago. Updated 27 days ago.

Status:
Resolved
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2024-10-17
Due date:
% Done:

100%

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 #1

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

Actions #2

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

Actions #3

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

Actions #4

Updated by Andreas Nedbal 27 days ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions

Also available in: Atom PDF