[TYPO3-english] Content element header type

Andreas Burg typo3 at andreasburg.de
Wed Mar 11 20:49:24 CET 2009


> Headers rendering is defined by tt_content.header, which itself 
> references lib.stdheader. Maybe that's where you should look for problems.

yes, in lib.stdheader.10.[1...5] you can config your header layouts. Then you also can put this in 
your page TSconfig:

## Layout-field rename headers and hide some
TCEFORM.tt_content.header_layout {
   altLabels {
     # name for normal (normal is always 10.1)
     0 = H1(whateveryouwant)
     # names for the following (10.2, 10.3)
     2 = H2
     3 = H3
     # for hiding the header
     100 = hide
   }
   # hide these header layouts in the dropdown(10.1, 10.4, 10.5)
   removeItems = 1,4,5
}

-- 
Andreas

Mailing list rules & guidelines (Mailing list Regeln & Leitfaden):
http://typo3.org/community/mailing-lists/
http://typo3.org/community/mailing-lists/mailing-list-rules-guidelines/


More information about the TYPO3-english mailing list