Content element wraps (Section frames)
- ########################################
- # ›› ROOTPAGE ›› PAGE HEADER ›› TSCONFIG
- ########################################
- # if you want to remove default section frames type:
- TCEFORM.tt_content.section_frame {
- removeItems = 1,5,6,10,11,12,20,21
- }
- # add item to dropdown
- TCEFORM.tt_content.section_frame {
- addItems.100 = my personalized frame
- }
- ####################################
- # ›› TEMPLATE ›› SETUP
- ####################################
- tt_content.stdWrap.innerWrap.cObject = CASE
- tt_content.stdWrap.innerWrap.cObject {
- key.field = section_frame
- 100 = TEXT
- 100.value = <div class="mystyle">|</div>
- }
- page.CSS_inlineStyle(
- .mystyle{border:1px solid #333333;}
- )


