cliffparnitzky / tiny-mce-plugin-loader
Special extension that will load additional TinyMCE plugins.
Installs: 10 709
Dependents: 27
Suggesters: 0
Security: 0
Stars: 10
Watchers: 2
Forks: 2
Open Issues: 3
Type:contao-module
Requires
- php: >=7.4
- contao-community-alliance/composer-plugin: ~3.0
- contao/core-bundle: ~4.13
README
Contao Extension: TinyMcePluginLoader
Special extension that will load additional TinyMCE plugins (check out the available plugins: here).
Now for TinyMCE 5.
Installation
Install the extension via composer: cliffparnitzky/tiny-mce-plugin-loader.
If you prefer to install it manually, download the latest release here: https://github.com/cliffparnitzky/TinyMcePluginLoader/releases
Tracker
https://github.com/cliffparnitzky/TinyMcePluginLoader/issues
Compatibility
- Contao version >= 4.13.0
Dependency
- There are no dependencies to other extensions, that have to be installed.
Components
Plugins
These are the currently integrated plugins and their respective availability status. The plugins must be installed separately, either individually or via bundle.
Plugin | Contao 3.2 compatible | Contao 3.5 compatible | Contao 4.4/4.9 compatible | Contao 4.13 compatible |
---|---|---|---|---|
TinyMceAdvancedList | ||||
TinyMceAnchor | ||||
TinyMceCodeMirror | ||||
TinyMceColorpicker | ||||
TinyMceContextMenu | ||||
TinyMceEmoticons | ||||
TinyMceFontAwesome | ||||
TinyMceGoogleMaps | ||||
TinyMceHorizontalRuler | ||||
TinyMceImageEnhancement | ||||
TinyMceInsertDateTime | ||||
TinyMceLinkAutoDetect | ||||
TinyMceLinkLightbox | ||||
TinyMceLocalStorage | ||||
TinyMceNoneditable | ||||
TinyMcePagebreak | ||||
TinyMceQuotes | ||||
TinyMceStrikethrough | ||||
TinyMceTextColor | ||||
TinyMceTextPattern | ||||
TinyMceUnderline | ||||
TinyMceWordCount | ||||
TinyMceYouTube |
Bundles
These are the currently available bundles (packages of plugins) for easier installation via composer:
- TinyMceBundleAll - installs all available plugins
- TinyMceBundleClassic - installs the missing default plugins known from TinyMCE 3
- TinyMceBundleTextColor - installs the text color plugins
Setups
These are the currently available setups, which redefines the TinyMCE toolbars:
- TinyMceZUpAll - creates the toolbars with all known buttons
- TinyMceZUpClassic - creates the toolbars known from TinyMCE 3
Additional information
Special notes
There is nothing special to pay attention to.