Extra goodies for the Filament Forms RichEditor (v4). This package ships small, focused extensions that plug straight into your existing editor.
- Text direction (LTR / RTL).
- More to come...
| Package Version | PHP Version | Laravel Version | Filament Forms Version |
|---|---|---|---|
| 1.x | 8.2+ | 11+ | 4.x |
You can install the package via composer:
composer require mohamedsabil83/filament-rich-editor-extraThen run the package installer:
php artisan filament-rich-editor-extra:installOnce installed, all tools will be available for all RichEditor instances. The plugin registers itself automatically, so no additional configuration is required.
You’ll see two new toolbar buttons: LTR and RTL.
Example:
use Filament\Forms\Components\RichEditor;
RichEditor::make('content')
->label('Content')
->toolbarButtons([
'rtl', 'ltr',
]);composer testPlease see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.
