Die Templavoila Framework Erweiterung vereinfacht Installation und Templating nachhaltig.
Eine ausführliche Dokumentation gibt es auf der Seite von Ron Hall.
Problem: ich möchte ein zusätzlich auswählbares Template haben, bei dem der Hauptinhalt (content_block_1) durch ein TS-Objekt ersetzt wird
Lösung: kopieren des TO, z.B. F1d -> zu "F1d ImageMap", Anpassen des "Local Processing (XML)" wie folgt:
<field_content_block_1 type="array">
<tx_templavoila type="array">
<eType>TypoScriptObject</eType>
<TypoScriptObjPath>lib.imgmenu</TypoScriptObjPath>
<TypoScript_constants>
<containerWidth>{$containerWidth.f1d.contentBlock-1}</containerWidth>
</TypoScript_constants>
</tx_templavoila>
</field_content_block_1>