8
0
فهرست منبع

Docs: Removed info-box warn because it's styled as if it was an error.

See cksource/umberto#849.
Marek Lewandowski 6 سال پیش
والد
کامیت
a7a997e413
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      packages/ckeditor5-special-characters/docs/features/special-characters.md

+ 2 - 2
packages/ckeditor5-special-characters/docs/features/special-characters.md

@@ -45,7 +45,7 @@ class SpecialCharactersEmoji extends Plugin {
 
 After adding the above plugin into the editor, the new special characters category will be available in the dropdown.
 
-<info-box warning>
+<info-box>
 	A title of a special character must be unique across the entire special characters set.
 </info-box>
 
@@ -77,7 +77,7 @@ class SpecialCharactersArrowsExtended extends Plugin {
 }
 ```
 
-<info-box warning>
+<info-box>
 	A title of a special character must be unique across the entire special characters set.
 </info-box>