]> BookStack Code Mirror - bookstack/commitdiff
Merge pull request #3333 from BookStackApp/wysiwyg_tasklist
authorDan Brown <redacted>
Wed, 23 Mar 2022 11:58:16 +0000 (11:58 +0000)
committerGitHub <redacted>
Wed, 23 Mar 2022 11:58:16 +0000 (11:58 +0000)
WYSIWYG tasklist support

1  2 
resources/lang/en/editor.php

index a70a403f6a6f2359b623e67739313c895053f6e6,3daa03e7e2359f8f1edb94afd161f8eb2204a613..7160af22da50d3edea11b33d1c1b99f4f194ebc7
@@@ -52,9 -52,10 +52,10 @@@ return 
      'align_left' => 'Align left',
      'align_center' => 'Align center',
      'align_right' => 'Align right',
 -    'align_justify' => 'Align justify',
 +    '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',