This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
unicraft
/
cke
Seguir
8
Destacar
0
Fork
0
Archivos
Explorar el Código
Docs: Added a missing separator to the toolbar configuration in the autoformatting feature roundup.
Aleksander Nowodzinski
hace 7 años
padre
375a025585
commit
c0c74e3216
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
packages/ckeditor5-autoformat/docs/_snippets/features/autoformat.js
+ 1
- 0
packages/ckeditor5-autoformat/docs/_snippets/features/autoformat.js
Ver fichero
@@ -14,6 +14,7 @@ ClassicEditor
toolbar: {
items: [
'headings',
+ '|',
'bold',
'italic',
'code',