Skip to content

Commit

Permalink
[TASK] Update list of allowTags (#434)
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
```

Co-authored-by: Eric Harrer <[email protected]>
  • Loading branch information
github-actions[bot] and ErHaWeb committed Feb 29, 2024
1 parent 0cf9145 commit 1fa5790
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 @@ -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
Expand Down

0 comments on commit 1fa5790

Please sign in to comment.