File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,8 @@ system:
6363 priority : 20
6464 ibexaCustomAttributes :
6565 priority : 10
66+ specialCharacters :
67+ priority : 5
6668 group5 :
6769 priority : 20
6870 buttons :
Original file line number Diff line number Diff line change @@ -28,6 +28,8 @@ import Subscript from '@ckeditor/ckeditor5-basic-styles/src/subscript';
2828import Superscript from '@ckeditor/ckeditor5-basic-styles/src/superscript' ;
2929import Strikethrough from '@ckeditor/ckeditor5-basic-styles/src/strikethrough' ;
3030import BlockQuote from '@ckeditor/ckeditor5-block-quote/src/blockquote' ;
31+ import SpecialCharacters from '@ckeditor/ckeditor5-special-characters/src/specialcharacters' ;
32+ import SpecialCharactersEssentials from '@ckeditor/ckeditor5-special-characters/src/specialcharactersessentials' ;
3133import ContextualBalloon from '@ckeditor/ckeditor5-ui/src/panel/balloon/contextualballoon' ;
3234
3335const VIEWPORT_TOP_OFFSET = 102 ;
@@ -171,6 +173,8 @@ const VIEWPORT_TOP_OFFSET_DISTRACTION_FREE_MODE = 0;
171173 Superscript ,
172174 Strikethrough ,
173175 BlockQuote ,
176+ SpecialCharacters ,
177+ SpecialCharactersEssentials ,
174178 ContextualBalloon ,
175179 IbexaCharacterCounter ,
176180 IbexaElementsPath ,
You can’t perform that action at this time.
0 commit comments