Laravel Nova Trumbowyg Editor field.
Just install the package in to a Laravel app that uses Nova via composer:
composer require alfonsobries/nova-trumbowyg
NovaTrumbowyg::make('Field Name')
You can pass any existing Trumbowyg option. Consult the Trumbowyg documentation to view the list of all the available options.
NovaFroalaEditor::make('Description')
->options(['btns' => [['bold', 'italic'], ['link']]])
The MIT License (MIT). Please see License File for more information.