release
parent
f4c1aef353
commit
e7e28adbfd
|
|
@ -7,7 +7,7 @@
|
|||
@include('admin::form.error')
|
||||
|
||||
<div {!! $attributes !!} style="width: 100%; height: 100%;">
|
||||
<div class="wang-editor full-screen-container" style="height: {{ $height }}">
|
||||
<div class="wang-editor full-screen-container" style="min-height: {{ $height }}">
|
||||
<div class="toolbar" id="editor-toolbar"></div>
|
||||
<div class="editor" id="editor"></div>
|
||||
</div>
|
||||
|
|
@ -41,6 +41,10 @@
|
|||
meta: {
|
||||
_token: '{{ csrf_token() }}',
|
||||
},
|
||||
headers: {
|
||||
Accept: 'application/json',
|
||||
XMLHttpRequest: 'X-Requested-With'
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue