We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e92a06d commit 38938ffCopy full SHA for 38938ff
src/resources/views/admin/_form.blade.php
@@ -1,5 +1,6 @@
1
@push('js')
2
- <script src="{{ asset('components/ckeditor/ckeditor.js') }}"></script>
+ <script src="{{ asset('components/ckeditor4/ckeditor.js') }}"></script>
3
+ <script src="{{ asset('components/ckeditor4/config-full.js') }}"></script>
4
@endpush
5
6
@component('core::admin._buttons-form', ['model' => $model])
@@ -15,6 +16,6 @@
15
16
{!! TranslatableBootForm::hidden('status')->value(0) !!}
17
{!! TranslatableBootForm::checkbox(__('Published'), 'status') !!}
18
</div>
-{!! TranslatableBootForm::textarea(__('Body'), 'body')->addClass('ckeditor') !!}
19
+{!! TranslatableBootForm::textarea(__('Body'), 'body')->addClass('ckeditor-full') !!}
20
21
0 commit comments