Skip to content

Commit 38938ff

Browse files
committed
ckeditor config
1 parent e92a06d commit 38938ff

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/resources/views/admin/_form.blade.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
@push('js')
2-
<script src="{{ asset('components/ckeditor/ckeditor.js') }}"></script>
2+
<script src="{{ asset('components/ckeditor4/ckeditor.js') }}"></script>
3+
<script src="{{ asset('components/ckeditor4/config-full.js') }}"></script>
34
@endpush
45

56
@component('core::admin._buttons-form', ['model' => $model])
@@ -15,6 +16,6 @@
1516
{!! TranslatableBootForm::hidden('status')->value(0) !!}
1617
{!! TranslatableBootForm::checkbox(__('Published'), 'status') !!}
1718
</div>
18-
{!! TranslatableBootForm::textarea(__('Body'), 'body')->addClass('ckeditor') !!}
19+
{!! TranslatableBootForm::textarea(__('Body'), 'body')->addClass('ckeditor-full') !!}
1920

2021
</div>

0 commit comments

Comments
 (0)