Project

General

Profile

Actions

Bug #105694

open

Extension settings: customcategory label not used

Added by Michael Stopp about 15 hours ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2024-11-25
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
12
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

In ext_conf_template.txt the same syntax should be applicable as in the constants editor (according to the core documentation). But labeling a customcategory as described for the constant editor doesn't seem to work anymore in the extension settings since v12.

The "tricks" described in #100936 don't work for me (e.g. adding an empty line afterwards) in the extension settings editor. The labels used for displaying the tabs (i.e. the customcategories) are simply the customcategory name (with ucfirst() applied in v12). This also happens in v13 LTS. In v11 LTS it worked fine.

The labels of customsubcategories are ok.

Example:

# customcategory=api=LLL:EXT:myext/Resources/Private/Language/locallang.xlf:extconf.api
# customsubcategory=baseurl=LLL:EXT:myext/Resources/Private/Language/locallang.xlf:extconf.baseurl

# cat=api/baseurl/a; type=string; label=Files API
filesApi = /api/v1/files/
# cat=api/baseurl/b; type=string; label=Mails API
mailsApi = /api/v1/mails/

The label for customcategory is not shown, but simply "Api" (or "api" in v13LTS), while the label for customsubcategory is shown correctly.

No data to display

Actions

Also available in: Atom PDF