Download the PHP package visualbuilder/filament-tinyeditor without Composer
On this page you can find all versions of the php package visualbuilder/filament-tinyeditor. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download visualbuilder/filament-tinyeditor
More information about visualbuilder/filament-tinyeditor
Files in visualbuilder/filament-tinyeditor
Package filament-tinyeditor
Short Description Filament TinyMce Editor v6
License MIT
Informations about the package filament-tinyeditor
Filament TineMce Editor
A TineMce integration for Filament Admin/Forms.
Installation
Install the package via composer
Publish assets
Usage
The editor extends the default Field class so most other methods available on that class can be used when adding it to a form.
Config
The plugin will work without publishing the config, but should you need to change any of the default settings you can publish the config file with the following Artisan command:
Profiles / Tools
The package comes with 4 profiles (or toolbars) out of the box. You can also use a pipe |
to separate tools into groups. The default profile is the full set of tools.
RTL Support
In order for things like text align to work properly with RTL languages you
can switch the direction
key in the config to 'rtl'.
Versioning
This project follow the Semantic Versioning guidelines.
License
Licensed under the MIT license, see LICENSE.md for details.
All versions of filament-tinyeditor with dependencies
filament/filament Version ^4.0
spatie/laravel-package-tools Version ^1.16
tinymce/tinymce Version ^7.3.0