Use ckeditors emoji picker instead of our own plugin

This commit is contained in:
Jan Böhmer 2025-08-03 20:22:00 +02:00
parent e87720a838
commit db1b91fc32
7 changed files with 19 additions and 26 deletions

View file

@ -52,9 +52,15 @@ export default class extends Controller {
const language = document.body.dataset.locale ?? "en";
const emojiURL = new URL('../../ckeditor/emojis.json', import.meta.url).href;
const config = {
language: language,
licenseKey: "GPL",
emoji: {
definitionsUrl: emojiURL
}
}
const watchdog = new EditorWatchdog();