cliffparnitzky / tiny-mce-local-storage
Special TinyMCE plugin for temporarily storing texts in the local storage of the browser and restoring them (e.g. after unnoticed logout, when session timed out).
Installs: 20
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:contao-module
Requires
- php: >=5.3
- cliffparnitzky/tiny-mce-plugin-loader: >=1.0.0,<2.0.x-dev
- contao-community-alliance/composer-installer: *
- contao/core: >=2.9.5,<3.3.0
This package is auto-updated.
Last update: 2023-09-14 19:30:57 UTC
README
Special TinyMCE plugin for temporarily storing texts in the local storage of the browser and restoring them (e.g. after unnoticed logout, when session timed out).
Special thanks to Lingo4you aka @Babelfisch for the javascript code.
Installation
The extension is not published in contao extension repository. Install it manually or via composer.
Tracker
https://github.com/cliffparnitzky/TinyMceLocalStorage/issues
Compatibility
- min. version: Contao 3.0.x
- max. version: Contao 3.2.x
Dependency
- To load this plugin and add it to the configuration the extension [TinyMcePluginLoader] has to be installed.