Hallo,
eine letzte Anmerkung habe ich zu diesem Thema noch:
Da ich ja die Extension CustomTags verwende, musste ich das TS von move-elevator ein wenig abändern.
Typoscript-Code:
1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16:
| temp.tt_content.text.20 < tt_content.text.20 tt_content.text.20 > tt_content.text.20 = CASE tt_content.text.20 { key.field = colPos default < temp.tt_content.text.20 default.parseFunc < tt_content.text.20.parseFunc 6 < temp.tt_content.text.20 6.parseFunc < tt_content.text.20.parseFunc 6.parseFunc.nonTypoTagStdWrap.encapsLines { nonWrappedTag = remapTag.DIV = addAttributes > } } |
Grund hierfür ist, dass CustomTags seine Tags und Shorthands in
tt_content.text.20.parseFunc schreibt. Da wir aber den Element-Typ auf
CASE geändert haben, funktionieren die CustomTags somit nicht mehr. Also muss man die parseFunc jeweils in die einzelnen Fälle kopieren und dann entsprechend ändern. Dann klappts
Viele Grüße
dasNom