Upgrade boilerplate
This commit is contained in:
@@ -1,4 +1,7 @@
|
||||
<textarea id="{{ $id }}"{!! !empty($attributes) ? ' '.$attributes : '' !!}></textarea>
|
||||
@if(empty($name))
|
||||
<code><x-boilerplate::tinymce>The name attribute has not been set</code>
|
||||
@else
|
||||
<textarea id="{{ $id }}"{!! !empty($attributes) ? ' '.$attributes : '' !!} style="visibility:hidden">{!! $value ?? $slot ?? '' !!}</textarea>
|
||||
@if($hasMediaManager)
|
||||
@include('boilerplate-media-manager::load.tinymce')
|
||||
@else
|
||||
@@ -6,4 +9,5 @@
|
||||
@endif
|
||||
@push('js')
|
||||
<script>$(function(){$('#{{ $id }}').tinymce({})});</script>
|
||||
@endpush
|
||||
@endpush
|
||||
@endif
|
||||
Reference in New Issue
Block a user