This project is not covered by Drupal’s security advisory policy.

You're wondering why do you need this module because you can download any skins you want and put them in the skins folder. Yes that's totally true. But what if you don't know how to do that, or too lazy too do that, or ckeditor is a submodule in your repo or simply don't want to touch the ckeditor library? There are so many many reasons to use this module.

This module offers:

  • Download and install solution, you don't have to care about putting the skin in ckeditor library.
  • Stay away from git submodule (if you're using it).
  • Easily create a new skin and register it by using the API in this module.
  • You can easily modify the skin list by using the alter function, an usual way for Drupal developers.

Integration

Feel free to integrate your skins using my API. There are only 2 functions
you should know
- hook_ckeditor_skin(): Register your skins.
- hook_ckeditor_skin_alter(): Change the list of registered skins.

You can see the file ckeditor_skin.api.php for more information.

Skins in this module

- Grappelli (CKEditor 3.x)
- Moono (CKEditor 4.x)
- Moono Color (CKEditor 4.x)
- Kama (CKEditor 4.x)

Note: I'm not the one who made those skins, I just collect them and integrate to my module. Click on the skin name to go to original page.

Dependencies

  1. CKEditor

Installation

Download the module and simply copy it into your contributed modules folder:
[for example, your_drupal_path/sites/all/modules] and enable it from the modules administration/management page.
More information at: Installing contributed modules (Drupal 7)

Configuration

After successful installation, you just need to go to CKEditor Global Profile settings page (admin/config/content/ckeditor/editg) and choose the skin you want

Project information

Releases