diff --git a/ts/WoltLabSuite/Core/Component/Ckeditor/Configuration.ts b/ts/WoltLabSuite/Core/Component/Ckeditor/Configuration.ts index ddd54e4c946..566f4593326 100644 --- a/ts/WoltLabSuite/Core/Component/Ckeditor/Configuration.ts +++ b/ts/WoltLabSuite/Core/Component/Ckeditor/Configuration.ts @@ -201,7 +201,7 @@ class ConfigurationBuilder { if (this.#features.html) { this.#toolbar.push("htmlEmbed"); } else { - this.#removePlugins.push("HtmlEmbed"); + this.#removePlugins.push("HtmlEmbed", "WoltlabHtmlEmbed"); } } diff --git a/wcfsetup/install/files/js/WoltLabSuite/Core/Component/Ckeditor/Configuration.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Component/Ckeditor/Configuration.js index 7f8f477acfa..4336cfea5b3 100644 --- a/wcfsetup/install/files/js/WoltLabSuite/Core/Component/Ckeditor/Configuration.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Component/Ckeditor/Configuration.js @@ -185,7 +185,7 @@ define(["require", "exports", "../../Language"], function (require, exports, Lan this.#toolbar.push("htmlEmbed"); } else { - this.#removePlugins.push("HtmlEmbed"); + this.#removePlugins.push("HtmlEmbed", "WoltlabHtmlEmbed"); } } #insertDivider() {