SG#105
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?
2 replies
Query about Filament Rich Edit licencing and all available plugins
I have query regarding the RichText Editor. What kind of license it is comes with filament ?
Can I use it build clients commersial products ? cause in Rich text editor website under free community version there is not commercial use of Rich text editor.
https://richtexteditor.com/pricing.aspx
Can you show some light into these.
Thanks in Advanced.
3 replies