Insert extraPlugins as empty array
authorOlaf Braun <info@braun-development.de>
Fri, 15 Sep 2023 06:40:32 +0000 (08:40 +0200)
committerOlaf Braun <info@braun-development.de>
Fri, 15 Sep 2023 06:40:32 +0000 (08:40 +0200)
ts/WoltLabSuite/Core/Component/Ckeditor/Configuration.ts
wcfsetup/install/files/js/WoltLabSuite/Core/Component/Ckeditor/Configuration.js

index 82aaa06a8e1da162af693b16a03878da9a613bc5..98e816c71c101b745b301baaa787deb6a541c261 100644 (file)
@@ -360,6 +360,7 @@ class ConfigurationBuilder {
         },
       },
       woltlabToolbarGroup: this.#toolbarGroups,
+      extraPlugins: [],
     };
   }
 }
index 4336cfea5b33aadf61d7f8686598dfa81dc399a8..3def50882409d102b40cd46ed40ddc11c0a0c95b 100644 (file)
@@ -321,6 +321,7 @@ define(["require", "exports", "../../Language"], function (require, exports, Lan
                     },
                 },
                 woltlabToolbarGroup: this.#toolbarGroups,
+                extraPlugins: [],
             };
         }
     }