Add optional background color to all container elements

This commit is contained in:
Björn Fromme
2022-03-15 15:14:18 +01:00
parent 6d383aeecf
commit 2ec084fbd7
5 changed files with 128 additions and 60 deletions
@@ -98,6 +98,16 @@ TCEFORM {
1 = ohne Hintergrund
}
}
ep_container_halves {
disabled = 0
removeItems := addToList(2,3)
altLabels {
0 = ohne Hintergrund
1 = mit Hintergrund
}
}
ep_container_thirds < .ep_container_halves
ep_container_quarters < .ep_container_halves
}
}