Nova Trumbowyg editor field
Laravel Nova Trumbowyg Editor field.
Installation
Just install the package in to a Laravel app that uses Nova via composer:
composer require alfonsobries/nova-trumbowyg
Simple Usage:
NovaTrumbowyg::make('Field Name')Advanced Usage:
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']]])Screenshot
License
The MIT License (MIT). Please see License File for more information.
