This website works better with JavaScript
ホーム
エクスプローラ
ヘルプ
サインイン
unicraft
/
cke
Watch
8
Star
0
Fork
0
ファイル
ソースを参照
Docs: Added a missing separator to the toolbar configuration in the autoformatting feature roundup.
Aleksander Nowodzinski
7 年 前
親
375a025585
コミット
c0c74e3216
1 ファイル変更
、
1 行追加
、
0 行削除
分割表示
差分情報を表示
1
0
packages/ckeditor5-autoformat/docs/_snippets/features/autoformat.js
+ 1
- 0
packages/ckeditor5-autoformat/docs/_snippets/features/autoformat.js
ファイルの表示
@@ -14,6 +14,7 @@ ClassicEditor
toolbar: {
items: [
'headings',
+ '|',
'bold',
'italic',
'code',