Skip to content

Commit fc3857a

Browse files
committed
Use greek special chars plugin for label editor
1 parent db1b91f commit fc3857a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

assets/ckeditor/html_label.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ import {Underline} from 'ckeditor5';
5757
import {WordCount} from 'ckeditor5';
5858
import {EditorWatchdog} from 'ckeditor5';
5959
import PartDBLabel from "./plugins/PartDBLabel/PartDBLabel";
60+
import SpecialCharactersGreek from "./plugins/special_characters_emoji";
6061

6162
class Editor extends ClassicEditor {}
6263

@@ -118,7 +119,8 @@ Editor.builtinPlugins = [
118119
Underline,
119120
WordCount,
120121

121-
PartDBLabel
122+
PartDBLabel,
123+
SpecialCharactersGreek
122124
];
123125

124126
// Editor configuration.

0 commit comments

Comments
 (0)