17 lines
500 B
PHP
17 lines
500 B
PHP
@component('boilerplate::card', ['color' => 'info', 'title' => 'TinyMCE'])
|
|
Usage :
|
|
<pre>
|
|
@include('boilerplate::load.tinymce')
|
|
@push('js')
|
|
<script>
|
|
$('#tiny').tinymce({});
|
|
</script>
|
|
@endpush</pre>
|
|
@component('boilerplate::tinymce') @endcomponent
|
|
@slot('footer')
|
|
<div class="text-muted small text-right">
|
|
<a href="https://www.tiny.cloud/docs/" target="_blank">tinyMCE</a>
|
|
</div>
|
|
@endslot
|
|
@endcomponent
|