1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
#TSConfig: # bestehende Bezeichnung verändern (Standard: 0 bis 3 sind vergeben) TCEFORM.tt_content.layout.altLabels.2 = Neue Bezeichnung2 # Nicht benötigte entfernen TCEFORM.tt_content.layout.removeItems = 2,3 # Neue Option hinzufügen TCEFORM.tt_content.layout.addItems.5 = Infobox ---------------------------------------- # Damit das im Frontend zu sehen ist muss etwa folgendes # in das TS Setup eingetragen werden # Die '1' von 1.15 entspricht dem Layout (s.o.) lib.maincontent = COA lib.maincontent.10 < styles.content.get lib.maincontent.10.renderObj.stdWrap.innerWrap.cObject = CASE lib.maincontent.10.renderObj.stdWrap.innerWrap.cObject { key.field = layout 1.15 = TEXT 1.15.value = class="csc-default infobox" } |
1 2 3 4 5 6 7 8 9 10 |
# ------------------------------------------ # Inhalt der Rahmen-Selectbox bei Content Elementen # ------------------------------------------ TCEFORM.tt_content.section_frame { altLabels.0 = normal altLabels.1 = test 1 # das sind die IDs der Standeinstellungen=> removeItems = 5,6,10,11,12,20,21,66 addItems.2 = test 2 } |