https://github.com/elgg/tinymce
WYSIWYG editor. This was the default editor for Elgg 1.0-1.8
https://github.com/elgg/tinymce
Last synced: 5 months ago
JSON representation
WYSIWYG editor. This was the default editor for Elgg 1.0-1.8
- Host: GitHub
- URL: https://github.com/elgg/tinymce
- Owner: Elgg
- Created: 2013-02-05T11:50:34.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-02-05T12:10:00.000Z (over 12 years ago)
- Last Synced: 2023-03-23T02:38:17.252Z (about 2 years ago)
- Language: PHP
- Size: 1.32 MB
- Stars: 0
- Watchers: 8
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
Awesome Lists containing this project
README
Adding a language
======================
1. Download the language pack from [TinyMCE][1]
2. Extract the files from the zip file.
3. Copy the langs, plugins, and themes directories into mod/tinymce/vendor/tinymce/jscripts/tiny_mce/.
There are already directories with those names. You do not want to delete those directories.
Instead, copy the new directories on top of the old ones.
4. Flush the Elgg caches.[1]: http://www.tinymce.com/i18n/index.php?ctrl=lang&act=download "TinyMCE"