We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db1b91f commit fc3857aCopy full SHA for fc3857a
1 file changed
assets/ckeditor/html_label.js
@@ -57,6 +57,7 @@ import {Underline} from 'ckeditor5';
57
import {WordCount} from 'ckeditor5';
58
import {EditorWatchdog} from 'ckeditor5';
59
import PartDBLabel from "./plugins/PartDBLabel/PartDBLabel";
60
+import SpecialCharactersGreek from "./plugins/special_characters_emoji";
61
62
class Editor extends ClassicEditor {}
63
@@ -118,7 +119,8 @@ Editor.builtinPlugins = [
118
119
Underline,
120
WordCount,
121
- PartDBLabel
122
+ PartDBLabel,
123
+ SpecialCharactersGreek
124
];
125
126
// Editor configuration.
0 commit comments