From a792a6bfe06b88db64bebc77afeaaccb569ab8f7 Mon Sep 17 00:00:00 2001 From: Uwe Date: Tue, 8 Oct 2024 15:44:46 +0200 Subject: [PATCH] [BUGFIX] Add missing configuration for address tag in RTE (#1513) Co-authored-by: Benjamin Kott --- .../TypoScript/ContentElement/Helper/ParseFunc.typoscript | 1 + 1 file changed, 1 insertion(+) diff --git a/Configuration/TypoScript/ContentElement/Helper/ParseFunc.typoscript b/Configuration/TypoScript/ContentElement/Helper/ParseFunc.typoscript index 5e2fecb78..1f7e0131b 100644 --- a/Configuration/TypoScript/ContentElement/Helper/ParseFunc.typoscript +++ b/Configuration/TypoScript/ContentElement/Helper/ParseFunc.typoscript @@ -107,6 +107,7 @@ lib.parseFunc_RTE { callRecursive = 1 } article < .div + address < .div aside < .div figure < .div blockquote < .div