The default theme changed from Moono to Moono-lisa in CKEditor 4.6, but this module only looks for the Moono and Kama skins. This breaks the editor when newer versions are used through the CDN.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | ckeditor_skin_default_by_version-2947109-2.patch | 1.75 KB | jstoller |
Comments
Comment #2
jstollerThe attached patch makes ckeditor_load_skin_options() version aware, supporting editor versions 3-4.8.
Comment #5
jcisio commentedPatch applied correctly. I fixed some code to simplify it, then committed.