Skip to content

Commit 14543f8

Browse files
committed
The Mention plugin is required by the WoltlabSmileyMention
1 parent 9d0a378 commit 14543f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ts/WoltLabSuite/Core/Component/Ckeditor/Configuration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ class ConfigurationBuilder {
215215

216216
#setupMention(): void {
217217
if (!this.#features.mention) {
218-
this.#removePlugins.push("Mention", "WoltlabMention");
218+
this.#removePlugins.push("WoltlabMention");
219219
}
220220
}
221221

wcfsetup/install/files/js/WoltLabSuite/Core/Component/Ckeditor/Configuration.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)