From 38e566318cf79034610278f8e3849f48a381be23 Mon Sep 17 00:00:00 2001 From: Eric Harrer Date: Thu, 29 Feb 2024 20:51:58 +0100 Subject: [PATCH] [TASK] Update list of allowTags (#433) The allowTags list has changed several times in the past TYPO3 versions. I have noticed the following changes since the current documented version: TYPO3 v8.6 ``` b,i,u,a,img,br,div,center,pre,font,hr,sub,sup,p,strong,em,li,ul,ol,blockquote,strike,span ``` TYPO3 v8.7 to 10.3: ``` b,i,u,a,img,br,div,center,pre,font,hr,sub,sup,p,strong,em,li,ul,ol,blockquote,strike,span,abbr,acronym,dfn ``` TYPO3 v10.4 to main: ``` b,i,u,a,img,br,div,center,pre,figure,figcaption,font,hr,sub,sup,p,strong,em,li,ul,ol,blockquote,strike,span,abbr,acronym,dfn ``` --- Documentation/PageTsconfig/Rte.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/PageTsconfig/Rte.rst b/Documentation/PageTsconfig/Rte.rst index 4d6652e6..f508451a 100644 --- a/Documentation/PageTsconfig/Rte.rst +++ b/Documentation/PageTsconfig/Rte.rst @@ -431,7 +431,7 @@ allowTags Tags to allow. Notice, this list is *added* to the default list, which you see here: - b,i,u,a,img,br,div,center,pre,font,hr,sub,sup,p,strong,em,li,ul,ol,blockquote,strike,span + b,i,u,a,img,br,div,center,pre,figure,figcaption,font,hr,sub,sup,p,strong,em,li,ul,ol,blockquote,strike,span,abbr,acronym,dfn .. index:: RTE; Tags outside paragraphs