Skip to content

Commit

Permalink
[TASK] Update list of allowTags (#433)
Browse files Browse the repository at this point in the history
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
```
  • Loading branch information
ErHaWeb committed Feb 29, 2024
1 parent 1b87ccd commit 38e5663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/PageTsconfig/Rte.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 38e5663

Please sign in to comment.