Closed Thorry84 closed 7 years ago
In ckeditor_widget.html.twig line 6:
{% autoescape true js %}
This is deprecated since twig 1.21, the correct syntax is:
{% autoescape 'js' %}
Updated in v1.11.0
In ckeditor_widget.html.twig line 6:
{% autoescape true js %}
This is deprecated since twig 1.21, the correct syntax is:
{% autoescape 'js' %}