fix(ckeditor5): prevent ckeditor5 to preview media

This commit is contained in:
Hivert Quentin
2024-09-03 13:37:19 +02:00
parent 2f75a7fb1b
commit 2dd10970a4

View File

@@ -260,6 +260,9 @@
config.htmlEmbed = {
showPreviews: true
};
config.mediaEmbed = {
providers: []
};
config.image = {
resizeUnit: "px",
insert: {