1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +03:00

Merge pull request #3333 from BookStackApp/wysiwyg_tasklist

WYSIWYG tasklist support
This commit is contained in:
Dan Brown
2022-03-23 11:58:16 +00:00
committed by GitHub
10 changed files with 256 additions and 2 deletions

View File

@@ -55,6 +55,7 @@ return [
'align_justify' => 'Justify',
'list_bullet' => 'Bullet list',
'list_numbered' => 'Numbered list',
'list_task' => 'Task list',
'indent_increase' => 'Increase indent',
'indent_decrease' => 'Decrease indent',
'table' => 'Table',