hide TYPO3 content plugin title (header) in fluid_styled_content

revision ae47d5070070909c480db8451c9203e48d52a786

raw

backend.ts

1
2
3
4
5
6
7
8
9
10
11
TCEFORM.tt_content {
    # disable header layout, but keep it for plugins
    header_layout.disabled = 1
    header_layout.types.list.disabled = 0
    # only keep "standard" and "hidden"
    header_layout.removeItems = 1,2,3,4,5
 
    # ajust the label
    header.label = Bezeichnung im Backend
}
 

History