Actions
Bug #100921
closedPage Layout Conditions do not work in backend context (Page TsConfig)
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2023-05-25
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Steps to reproduce:
1. Create a new backend layout.
2. Assign a page this backend layout
3. Add this TsConfig snippet
[tree.pagelayout == 1] # Insert your identifier here TCEFORM.pages.title.label = My label [end]
Expected: The label for the title is "My label"
Actual: The label stays the default label
Actions