From fc3857aa673b34144a1106ba5122e69fbbe266fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sun, 3 Aug 2025 20:24:56 +0200 Subject: [PATCH] Use greek special chars plugin for label editor --- assets/ckeditor/html_label.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/ckeditor/html_label.js b/assets/ckeditor/html_label.js index 1ba31a98..72d1126e 100644 --- a/assets/ckeditor/html_label.js +++ b/assets/ckeditor/html_label.js @@ -57,6 +57,7 @@ import {Underline} from 'ckeditor5'; import {WordCount} from 'ckeditor5'; import {EditorWatchdog} from 'ckeditor5'; import PartDBLabel from "./plugins/PartDBLabel/PartDBLabel"; +import SpecialCharactersGreek from "./plugins/special_characters_emoji"; class Editor extends ClassicEditor {} @@ -118,7 +119,8 @@ Editor.builtinPlugins = [ Underline, WordCount, - PartDBLabel + PartDBLabel, + SpecialCharactersGreek ]; // Editor configuration.