Skip to content

Instantly share code, notes, and snippets.

View bastos71's full-sized avatar

Bastien Serprix bastos71

  • Webqam
  • Saint-Etienne, France
View GitHub Profile
@sylvaincombes
sylvaincombes / config.yml
Last active March 30, 2018 08:51
Symfony Ivory CkEditor protect twig syntax protectedSource
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