Download the PHP package violet88/silverstripe-tinymce-premium without Composer
On this page you can find all versions of the php package violet88/silverstripe-tinymce-premium. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package silverstripe-tinymce-premium
SilverStripe TinyMCE Premium Module
This module provides a way to use your own TinyMCE Cloud API key with SilverStripe TinyMCE fields including the use of using JavaScript as config values.
Requirements
- SilverStripe 4.0+
- PHP >= 7.4, >= 8.0
- TinyMCE Cloud API key
- TinyMCE Premium subscription
Installation
Install the module using composer.
Configuration
TinyMCE
The module requires a TinyMCE Cloud API key to be configured. Make sure to approve your domains before using the API key. Your API key can be found in the TinyMCE Cloud dashboard.
SilverStripe
Configuration File
Your cloud API key can be configured in the tinymce.yml
file.
Additionally, you can configure the TinyMCE Premium plugin options in the tinymce.yml
file. Don't do this if you don't know what you're doing, the default options are configured to work with SilverStripe 4.
Environment Variables
Additionally, you can configure all of the above using environment variables. This is useful if you want to use the same configuration across multiple environments.
The environment variables are prefixed with TINYMCE_PREMIUM_
and are all uppercase. The api_key
environment variable is required.
Environment variables are always prioritized over the configuration file.
Usage
The module can be used in the _config.php
file to enable TinyMCE premium plugins and set JavaScript config values.
Enabling premium plugins
Enabling premium plugins is as easy as enabling any other plugin. The following example enables the tinymcespellchecker
, advcode
and mentions
plugins.
Setting JavaScript config values
Most of the premium plugins allow you to set callbacks and other JavaScript config values. Since this is not natively supported in the built in PHP based SilverStripe TinyMCE config manager, this module provides a way to set JavaScript config values using the setJsConfig
method. The following example sets the mentions
plugin config value mentions_fetch
to a demo callback.
All versions of silverstripe-tinymce-premium with dependencies
silverstripe/admin Version ^1|^2
php Version >=7.4|^8.0
mrclay/jsmin-php Version ^2.4