From 2d1aa829f6b8e5bea0e58cd1ae89b7c27dabb7d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sat, 30 Jul 2022 14:29:33 +0200 Subject: [PATCH] Fixed an warning of CKEDITOR5. --- assets/ckeditor/markdown_full.js | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/ckeditor/markdown_full.js b/assets/ckeditor/markdown_full.js index cdf3a292..784bd688 100644 --- a/assets/ckeditor/markdown_full.js +++ b/assets/ckeditor/markdown_full.js @@ -180,7 +180,6 @@ Editor.defaultConfig = { 'tableColumn', 'tableRow', 'mergeTableCells', - 'tableCellProperties', 'tableProperties' ] },