Updated drawing upload error to shown/handle server limit errors

Closes #2740
This commit is contained in:
Dan Brown
2021-05-26 18:23:27 +01:00
parent 1a2d374f24
commit 9cbea1eb08
4 changed files with 26 additions and 8 deletions

View File

@ -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">