diff --git a/Resources/views/Form/ckeditor_widget.html.twig b/Resources/views/Form/ckeditor_widget.html.twig index 9858da9..2481ead 100644 --- a/Resources/views/Form/ckeditor_widget.html.twig +++ b/Resources/views/Form/ckeditor_widget.html.twig @@ -136,7 +136,8 @@ {% endif %} toolbar: {{ toolbar | json_encode | raw }}, baseHref: '{{ base_href ? base_href : app.request.schemeAndHttpHost ~ app.request.baseUrl ~ '/' }}', - filebrowserUploadMethod: 'form' + filebrowserUploadMethod: 'form', + versionCheck: false }; CKEDITOR.replace("{{ id }}", trsteelConfig);