cliffparnitzky / tiny-mce-text-color
Special TinyMCE plugin that adds the forecolor/backcolor button controls which enables you to pick colors from a color picker and apply these to text.
Installs: 5 527
Dependents: 3
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Language:JavaScript
Type:contao-module
Requires
- php: >=5.3
- cliffparnitzky/tiny-mce-plugin-loader: ~2.1
- contao-community-alliance/composer-plugin: ~3.0
- contao/core-bundle: ~4.4
Conflicts
- contao/core: 3.4.0,3.4.1,3.4.2
This package is auto-updated.
Last update: 2023-09-14 19:32:51 UTC
README
Contao Extension: TinyMceTextColor
Special TinyMCE plugin that adds the forecolor/backcolor button controls which enables you to pick colors from a color picker and apply these to text.
The sources of this plugin could be found here.
Installation
Install the extension via composer: cliffparnitzky/tiny-mce-text-color.
If you prefer to install it manually, download the latest release here: https://github.com/cliffparnitzky/TinyMceTextColor/releases
Tracker
https://github.com/cliffparnitzky/TinyMceTextColor/issues
Compatibility
- Contao version >= 4.4.0
Dependency
- To load this plugin and add it to the configuration the extension [TinyMcePluginLoader] has to be installed.
Screenshot
Additional information
Special notes
To use custom defined colors, the plugin [TinyMceColorpicker] must also be installed.