Skip to content
This repository was archived by the owner on Jan 23, 2025. It is now read-only.

Commit fb63fc4

Browse files
authored
adding back lists
1 parent 1acf202 commit fb63fc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/web/scripts/ckeditor/ckeditor/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ CKEDITOR.editorConfig = function (config) {
1818
{ name: 'max', items : [ 'Maximize' ] },
1919
'/',
2020
{ name: 'styles', items : [ 'Format','Font','FontSize', '-', 'TextColor','BGColor'] },
21-
{ name: 'paragraph', items : [ 'Outdent','Indent','-','Blockquote',
21+
{ name: 'paragraph', items : [ 'NumberedList','BulletedList','-','Outdent','Indent','-','Blockquote',
2222
'-','JustifyLeft','JustifyCenter','JustifyRight','JustifyBlock' ] },
2323
{ name: 'links', items : [ 'Link','Unlink' ] }
2424
];

0 commit comments

Comments
 (0)