Skip to content

Commit

Permalink
Disable version check
Browse files Browse the repository at this point in the history
  • Loading branch information
trsteel88 committed Feb 9, 2024
1 parent a992d65 commit c33c8bc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Resources/views/Form/ckeditor_widget.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit c33c8bc

Please sign in to comment.