Download the PHP package rectitude-open/filament-tinyeditor-6 without Composer
On this page you can find all versions of the php package rectitude-open/filament-tinyeditor-6. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rectitude-open/filament-tinyeditor-6
More information about rectitude-open/filament-tinyeditor-6
Files in rectitude-open/filament-tinyeditor-6
Package filament-tinyeditor-6
Short Description Filament TinyMCE Editor v6.8.5 – The final MIT-licensed release
License MIT
Informations about the package filament-tinyeditor-6
Filament TinyMCE Editor 6
A TinyMCE v6 integration for Filament Forms.
This package is a fork of the filament-tinyeditor repository (v1
branch). It uses TinyMCE version 6.8.5, which is the last release under the MIT license. Please note that this version is no longer officially supported by TinyMCE, so be aware of potential security risks when using it.
Features
- TinyMCE 6.8.5: The last version of TinyMCE under the MIT license.
- FIX CVE-2024-29881: The CVE-2024-29881 vulnerability was resolved by setting
convert_unsafe_embeds
to true as the default configuration.
Installation
Install the package via composer
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:
Publish assets
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'.
Template Plugin Examples (external template list)
This is the contents your backend page should return if you specify a URL in the templates option. A simple array containing each template to present. This URL can be a backend page, for example a PHP file.
Useful Links
License
Licensed under the MIT license, see LICENSE.md for details.