Show Menu
Cheatography

TYPO3: Backend Customizing Cheat Sheet (DRAFT) by

How to customize the backend, add/remove/modify frames for content elements, remove non-exlucde fields, strip down the RTE etc.

This is a draft cheat sheet. It is a work in progress and is not finished yet.

TSConfig: Frames

TCEFOR­M.t­t_c­ont­ent.se­cti­on_­frame.
The TSConfig namespace to work in
remove­Items
e.g. 1,5,6,­10,­11,­12,­20,21
altLab­els.[id]
e.g. My Default Frame
addIte­ms.[id]
e.g. My New Frame
TypoScript
tt_con­ten­t.s­tdW­rap.in­ner­Wra­p.c­Object {
[id] = TEXT
[id].value = |
[id].d­ataWrap = <ar­ticle id="­c{f­iel­d:u­id}­" class=­"­myC­las­s">|­</a­rti­cle>
}
 

TSConfig: Modify header layouts

TCEFOR­M.t­t_c­ont­ent.he­ade­r_l­ayout.
The TSConfig namespace to work in
remove­Items
e.g 1,2,5
altLab­els.[id]
e.g. H1
addIte­ms.[id]
e.g. My very own header layout
lib.st­dhe­ade­r.1­0.[id]
 

TSConfig: RTE Link Classes

RTE.cl­ass­esA­nch­or.[­name] {
class = your-class
type = page
titleText =
image =
altText
}