<div component="wysiwyg-editor"
+ option:wysiwyg-editor:language="{{ config('app.lang') }}"
option:wysiwyg-editor:page-id="{{ $model->id ?? 0 }}"
option:wysiwyg-editor:text-direction="{{ config('app.rtl') ? 'rtl' : 'ltr' }}"
option:wysiwyg-editor:image-upload-error-text="{{ trans('errors.image_upload_error') }}"
@if($errors->has('html'))
<div class="text-neg text-small">{{ $errors->first('html') }}</div>
-@endif
\ No newline at end of file
+@endif
+
+@include('pages.parts.editor-translations')
\ No newline at end of file