sgalinski / tinymce
This package is abandoned and no longer maintained.
No replacement package was suggested.
TinyMCE sources including a small PHP API
5.0.4
2019-06-13 11:04 UTC
Requires
- typo3/cms-core: 7.6.0 - 8.7.99
Replaces
- tinymce: 5.0.4
- typo3-ter/tinymce: 5.0.4
README
A powerful JavaScript-based rich-text-editor, which is used as the WYSIWYG-editor in the TYPO3-backend. The extension offers a simple API to ease the embedding of the library.
How to update the sources?
- Update tinymce with npm
Download the latest language pack from "http://archive.tinymce.com/i18n/index.php". You can simplify the selection by using the following command in your developer tools console. Deselect "ru@petr1708" and "zh_CN.GB2312" afterwards, because this language doesn't exists and leads to errors.
document.querySelectorAll('input[type=checkbox]').forEach(function(element) { element.checked = true; });
Rename node_modules to tinymce_mode_modules, because TYPO3 removes the node_modules directory
- Add the "langs" directory inside tinymce_node_modules/tinymce with the downloaded languages