How to add template selection entries
... by using the following page TypoScript:
TCEFORM.tx_questions_domain_model_question {
template {
addItems {
HeaderReadLargeText = Header-Rot, Schrift groß
HeaderGrayLargeText = Header-Grau, Schrift groß
NormalWithoutImage = Normal ohne Bild
NormalWithImageRight = Normal mit Bild rechts
NormalWithoutImageColorsInverted = Normal ohne Bild, Farben invertiert
NormalWithoutHeadlineImageTop = Normal ohne Headline, Bild oben
}
}
}