Skip to content

Instantly share code, notes, and snippets.

@tmotyl
Created June 10, 2020 07:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tmotyl/7d9538d1f5899f40ee276b46827f544d to your computer and use it in GitHub Desktop.
Save tmotyl/7d9538d1f5899f40ee276b46827f544d to your computer and use it in GitHub Desktop.
ckeditor iframe TYPO3
editor:
config:
extraAllowedContent:
- "iframe(*){*}[*]"
allowTags:
- iframe
processing:
allowTags:
- iframe
allowTagsOutside:
- iframe
--------
RTE.default {
proc {
blockElementList := addToList(iframe)
externalBlocks := addToList(iframe)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment