Skip to content

Commit

Permalink
[TASK] Disable version check for CKEditor to hide frontend error mess…
Browse files Browse the repository at this point in the history
…ages
  • Loading branch information
torben-fr committed Aug 14, 2024
1 parent ab13d66 commit 5edd30f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Resources/Public/JavaScript/FrontendEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
var editorConfig = {
language: 'en',
height: 350,
versionCheck: false,
format_tags: 'p',
toolbarGroups: [
{ name: 'basicstyles', groups: [ 'basicstyles' ] },
Expand Down

0 comments on commit 5edd30f

Please sign in to comment.