mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-05 09:34:37 +08:00
Updated drawing upload error to shown/handle server limit errors
Closes #2740
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
option:markdown-editor:page-id="{{ $model->id ?? 0 }}"
|
||||
option:markdown-editor:text-direction="{{ config('app.rtl') ? 'rtl' : 'ltr' }}"
|
||||
option:markdown-editor:image-upload-error-text="{{ trans('errors.image_upload_error') }}"
|
||||
option:markdown-editor:server-upload-limit-text="{{ trans('errors.server_upload_limit') }}"
|
||||
class="flex-fill flex code-fill">
|
||||
|
||||
<div class="markdown-editor-wrap active">
|
||||
|
Reference in New Issue
Block a user