What are the all list of plugins supported with Filament Rich Text editor v3?
use Filament\Forms\Components\RichEditor;
RichEditor::make('content')
->toolbarButtons([
'attachFiles',
'blockquote',
'bold',
'bulletList',
'codeBlock',
'h2',
'h3',
'italic',
'link',
'orderedList',
'redo',
'strike',
'underline',
'undo',
])
What are the all list of plugins supported with Filament Rich Text editor v3?
0 Replies