Skip to content

Instantly share code, notes, and snippets.

@kitzberger
Last active July 7, 2020 00:50
Show Gist options
  • Save kitzberger/6b9ab462b92022f86e285a849bfd07f6 to your computer and use it in GitHub Desktop.
Save kitzberger/6b9ab462b92022f86e285a849bfd07f6 to your computer and use it in GitHub Desktop.
TYPO3 CKEditor: Support for certain tags
# 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