You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 29, 2026. It is now read-only.
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
}
}
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:
Is there a way to overwrite the labels?