Forked from
TYPO3 / tinymce
81 commits behind the upstream repository.
-
Stefan Galinski authoredStefan Galinski authored
README.md 703 B
How to update the sources?
-
Download the latest version from "http://www.tinymce.com/download/download.php"
-
Download the latest language pack from "http://www.tinymce.com/i18n/index.php". You can simplify the selection by using the following command in your developer tools console.
$('input[type=checkbox]').attr('checked', 1)
-
Unpack the downloaded sources inside a separate folder
-
Remove the tinymce directory inside the extension and move "tinymce/js/tinymce" from the download source as a replacement.
-
Replace the "langs" directory with the downloaded one
-
Update the VERSIONS.md file
-
Push the new code to git (check the differences and test the stuff before!)