瀏覽代碼

Added a note about "All" category to docs.

Kamil Piechaczek 6 年之前
父節點
當前提交
edc9b80764
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      packages/ckeditor5-special-characters/docs/features/special-characters.md

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

@@ -76,6 +76,10 @@ The `@ckeditor/ckeditor5-special-characters` package provides a few basic specia
 
 By using the {@link module:special-characters/specialcharacters~SpecialCharacters#addItems `SpecialCharacters#addItems()`} function, you can define a new special characters category.
 
+<info-box warning>
+    The "All" category name is reserved by the plugin and cannot be used as a new name for special characters category.
+</info-box>
+
 Let's create a simple plugin that provides the `Emoji` category in the special characters dropdown.
 
 ```js