1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-31 15:24:31 +03:00

Added drawio abilities to markdown editor

This commit is contained in:
Dan Brown
2018-01-20 20:40:21 +00:00
parent 1411ee86b3
commit 9bbef3a3dd
5 changed files with 107 additions and 14 deletions

View File

@ -162,6 +162,7 @@ return [
'pages_md_preview' => 'Preview',
'pages_md_insert_image' => 'Insert Image',
'pages_md_insert_link' => 'Insert Entity Link',
'pages_md_insert_drawing' => 'Insert Drawing',
'pages_not_in_chapter' => 'Page is not in a chapter',
'pages_move' => 'Move Page',
'pages_move_success' => 'Page moved to ":parentName"',