diff --git a/public/typo3conf/ext/ep_theme/Configuration/TSconfig/Page/TCEFORM.tsconfig b/public/typo3conf/ext/ep_theme/Configuration/TSconfig/Page/TCEFORM.tsconfig index d6d04be9..66b135eb 100644 --- a/public/typo3conf/ext/ep_theme/Configuration/TSconfig/Page/TCEFORM.tsconfig +++ b/public/typo3conf/ext/ep_theme/Configuration/TSconfig/Page/TCEFORM.tsconfig @@ -98,6 +98,16 @@ TCEFORM { 1 = ohne Hintergrund } } + ep_container_halves { + disabled = 0 + removeItems := addToList(2,3) + altLabels { + 0 = ohne Hintergrund + 1 = mit Hintergrund + } + } + ep_container_thirds < .ep_container_halves + ep_container_quarters < .ep_container_halves } } diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Container/Halves.html b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Container/Halves.html index 8a69a3d2..7c082b9d 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Container/Halves.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Templates/Container/Halves.html @@ -5,15 +5,30 @@ - - - - - {record.renderedContent -> f:format.raw()} - - - + + + + + + + + + + + + + + + + + + + + + {record.renderedContent -> f:format.raw()} + +