7 |
merge($getExtraAttributes())
12 | ->class([
13 | 'editorjs-wrapper'
14 | ])
15 | }}
16 | x-data="editorjs({
17 | state: $wire.entangle('{{ $getStatePath() }}'),
18 | statePath: '{{ $getStatePath() }}',
19 | placeholder: '{{ $getPlaceholder() }}',
20 | readOnly: {{ $isDisabled() ? 'true' : 'false' }},
21 | tools: @js($getTools()),
22 | minHeight: @js($getMinHeight())
23 | })"
24 | >
25 |
26 |
27 |
28 |