Hello, when I try to overwrite the labels of the FE [layout] in the pages appearance tab, the dynamic generated BE layouts [backend_layout] are no longer loaded.
Configuration/TsConfig/Page/TCEFORM.tsconfig:
TCEFORM.pages {
layout {
label = Choose Your Layout
removeItems = 2,3
altLabels {
0 = The First Layout
1 = The Second Layout
}
}
Is there a way to overwrite the labels?