Download the PHP package jkharley/filament-trumbowyg without Composer
On this page you can find all versions of the php package jkharley/filament-trumbowyg. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jkharley/filament-trumbowyg
More information about jkharley/filament-trumbowyg
Files in jkharley/filament-trumbowyg
Package filament-trumbowyg
Short Description Trumbowyg wysiwyg editor field for Filament.
License MIT
Homepage https://github.com/jkharley/filament-trumbowyg
Informations about the package filament-trumbowyg
Filament Trumbowyg
Trumbowyg wysiwyg editor field for Filament.

Disclaimer
Warning: This field does not work with the Filament block builder. I'm actively trying to make this compatible and will hopefully have an update in the near future. The WYSIWYG default theme may also not work as expected in some cases with the Filament 3 theming. If you're using Filament in light mode make sure to set
reset_css
tofalse
in thefilament-trumbowyg.php
config in a future update I will be adding the ability to customise the WYSIWYG theme.
Installation
You can install the package via composer:
//: # () //: # ()
//: # ()
//: # () //: # ()
//: # ()
//: # () //: # ()
Usage
Buttons Pane Customisation
You can customise the buttons pane by passing an array of buttons to the buttons key in the filament-trumbowyg
config file. This will overwrite the default buttons pane set by Trumbowyg and will be used across all Trumbowyg
fields.

Alternatively you can pass an array of buttons to the buttons
method on the field.
You can also use this to overwrite the buttons set in the config file for a specific field.
Basic Options
Most options under the basic options
selection on the Trumbowyg website are supported with this field. Each option can be added as a chained method on the field or all fields can default to a value set in the config file. Here are the options that can be passed with an example value:
Future Additions
- Localization
- Theme customisation
- SVG icon customisation
//: # () //: # ()
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
- James Harley
- All Contributors
License
The MIT License (MIT). Please see License File for more information.
All versions of filament-trumbowyg with dependencies
filament/filament Version ^3.0
spatie/laravel-package-tools Version ^1.13.5
illuminate/contracts Version ^9.0|^10.0