Last active
July 7, 2020 00:50
-
-
Save kitzberger/6b9ab462b92022f86e285a849bfd07f6 to your computer and use it in GitHub Desktop.
TYPO3 CKEditor: Support for certain tags
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# allow <q> tags | |
editor: | |
config: | |
extraAllowedContent: "*(*)[data-*];q" | |
# allow <s> tags | |
processing: | |
allowTags: | |
- s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment