Skip to content

Commit

Permalink
fix(js): Remove check version for ckeditor
Browse files Browse the repository at this point in the history
  • Loading branch information
WoodySlum committed Feb 7, 2024
1 parent d46a436 commit 5081de1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions UI/WebServerResources/js/Common/sgCkeditor.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@
// Allow the toolbar to be collapsed (useful for small screens)
toolbarCanCollapse: true,

// Disable check version
// NOTE : This is not definitive and ckeditor will be updated
versionCheck: false,

// Dialog windows are also simplified.
removeDialogTabs: 'link:advanced',

Expand Down

0 comments on commit 5081de1

Please sign in to comment.