8
0
Просмотр исходного кода

Added a warning about a title of a special character.

Kamil Piechaczek 6 лет назад
Родитель
Сommit
5a0a01d65e
1 измененных файлов с 8 добавлено и 0 удалено
  1. 8 0
      packages/ckeditor5-special-characters/docs/features/special-characters.md

+ 8 - 0
packages/ckeditor5-special-characters/docs/features/special-characters.md

@@ -100,6 +100,10 @@ export default class SpecialCharactersEmoji extends Plugin {
 
 
 After adding the above plugin into the editor, the new special characters category will be available in the dropdown.
 After adding the above plugin into the editor, the new special characters category will be available in the dropdown.
 
 
+<info-box warning>
+    A title of a special character must be unique across the entire special characters set.
+</info-box>
+
 ### Custom special characters category demo
 ### Custom special characters category demo
 
 
 Use the special character icon in the editor's toolbar then select `Emoji` in the select dropdown in order to insert a emoji into the editor.
 Use the special character icon in the editor's toolbar then select `Emoji` in the select dropdown in order to insert a emoji into the editor.
@@ -128,6 +132,10 @@ class SpecialCharactersArrowsExtended extends Plugin {
 }
 }
 ```
 ```
 
 
+<info-box warning>
+    A title of a special character must be unique across the entire special characters set.
+</info-box>
+
 ### Extending existing special characters category category demo
 ### Extending existing special characters category category demo
 
 
 Use the special character icon in the editor's toolbar then select `Arrows` in the select dropdown in order to add new arrows.
 Use the special character icon in the editor's toolbar then select `Arrows` in the select dropdown in order to add new arrows.