Skip to content

Commit

Permalink
fix(ckeditor5): prevent ckeditor5 to preview media
Browse files Browse the repository at this point in the history
  • Loading branch information
QHivert committed Sep 3, 2024
1 parent 2f75a7f commit 2dd1097
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions UI/WebServerResources/js/Common/sgCkeditor.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,9 @@
config.htmlEmbed = {
showPreviews: true
};
config.mediaEmbed = {
providers: []
};
config.image = {
resizeUnit: "px",
insert: {
Expand Down

0 comments on commit 2dd1097

Please sign in to comment.