From 90be226ecc2f17288691fe23eea7c75a0807330c Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Wed, 7 May 2025 19:19:31 +0300 Subject: [PATCH] chore(ckeditor): remove deprecated "full" image setting --- apps/client/src/widgets/type_widgets/ckeditor/config.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/client/src/widgets/type_widgets/ckeditor/config.ts b/apps/client/src/widgets/type_widgets/ckeditor/config.ts index 277ee20c7..0167d9b66 100644 --- a/apps/client/src/widgets/type_widgets/ckeditor/config.ts +++ b/apps/client/src/widgets/type_widgets/ckeditor/config.ts @@ -19,7 +19,6 @@ export function buildConfig() { "alignBlockRight", "alignLeft", "alignRight", - "full", // full and side are for BC since the old images have been created with these styles "side" ] },