From 1fa579045dfb1b05ab1763eaae3c40c9bcbe966f 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:30 +0100 Subject: [PATCH] [TASK] Update list of allowTags (#434) 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 4b2ad07f..224f56fd 100644 --- a/Documentation/PageTsconfig/Rte.rst +++ b/Documentation/PageTsconfig/Rte.rst @@ -430,7 +430,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