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
ivory_ck_editor: | |
configs: | |
default: | |
# ... | |
# protect twig syntax | |
entities: false | |
protectedSource: ["/\{\{[\s\S]*?\}\}/g", "/\{\%%[\s\S]*?\%%\}/g", "/\{\#[\s\S]*?\#\}/g"] | |
# @see http://ckeditor.com/addon/showprotected for a plugin with a visual indicator / editor of protected source if needed |