Created
June 10, 2020 07:49
-
-
Save tmotyl/7d9538d1f5899f40ee276b46827f544d to your computer and use it in GitHub Desktop.
ckeditor iframe TYPO3
This file contains 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
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