From 898c2f12d7c2f469b950f1769fe772a721745578 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 29 Feb 2024 20:52:22 +0100 Subject: [PATCH] [TASK] Update list of allowTags (#435) 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 ``` Co-authored-by: Eric Harrer --- 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