10 lines
173 B
PHP
10 lines
173 B
PHP
@include('components.form.textarea', [
|
|
'rows' => $rows ?? 3,
|
|
'class' => 'editor ' . ($class ?? ''),
|
|
])
|
|
|
|
@if(!defined('LOAD_EDITOR'))
|
|
@include('load.form.editor')
|
|
@endif
|
|
|