I'm trying to change a field in my CRUD controller from text to wysiwyg, but it doesn't work, i have this:
CRUD::field([
'name' => 'instrucciones',
'type' => 'wysiwyg',
'label' => 'Instrucciones',
]);
there is no error on console
I'd tried with ckeditor and summernote types, but doesn't work either