From 3223ca92afbafad09ff0a89f3cefa2ce85f73001 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Fromme?= Date: Tue, 23 Jun 2026 17:35:23 +0200 Subject: [PATCH] feat: flip location and event name in teasers addresses #86965w99v --- .../Private/Partials/Product/Teaser.html | 29 +++++++++++++------ 1 file changed, 20 insertions(+), 9 deletions(-) diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Product/Teaser.html b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Product/Teaser.html index 27f35de0..4c101f28 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Product/Teaser.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Product/Teaser.html @@ -37,9 +37,8 @@ {ep:icon(class: 'product-teaser__flag', icon: 'flag-{country.code -> f:format.case(mode: \'lower\')}')} - - {product.name} - {concept.name} + + {concept.name} @@ -77,12 +76,24 @@ hx-swap="beforeend" > -
- {product.name} -
-
- {region.name} -
+ + +
+ {region.name} +
+
+ {product.name} +
+
+ +
+ {product.name} +
+
+ {region.name} +
+
+