Search code examples
djangodjango-ckeditor

Django-ckeditor styling


There is an option in CONFIG:

CKEDITOR_CONFIGS = {
    'default': {
        'skin': 'moono',
        # 'skin': 'office2013',
        ...

But actually I can't even switch to office2013 theme, I am getting white block only.

Is there any way to enable other themes?


Solution

  • django-ckeditor is shipped only with the moono skin. you need to download the skin that you want, and put it on your static dir:

    %STATIC_DIR%/ckeditor/ckeditor/skins/