This website works better with JavaScript
首頁
探索
說明
登入
unicraft
/
cke
關註
8
讚好
0
複刻
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',