Copy of github.com/divio/djangocms-text-ckeditor for packaging
This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Patrick Lauber 0e46f54108 setup py 2012-12-10 16:58:44 +01:00
.tx initial commit 2012-11-26 16:09:56 +01:00
djangocms_text_ckeditor setup py 2012-12-10 16:58:44 +01:00
.Python initial commit 2012-11-26 16:09:56 +01:00
.gitignore gitignore 2012-11-28 11:05:39 +01:00
LICENSE.txt initial commit 2012-11-26 16:09:56 +01:00
MANIFEST.in new version and readme updated 2012-11-28 10:52:06 +01:00
README.md new version and readme updated 2012-11-28 10:52:06 +01:00
legal.txt initial commit 2012-11-26 16:09:56 +01:00
requirements.txt setup py 2012-12-10 16:58:44 +01:00
schemamigration.py locales, forms, plugins changed 2012-11-28 13:24:39 +01:00
setup.py setup py 2012-12-10 16:58:44 +01:00

README.md

djangocms-text-ckeditor

Text Plugin for django-cms with CK-Editor

Installation

This plugin requires django CMS 2.3 or higher to be properly installed.

  • In your projects virtualenv_, run pip install djangocms-text-ckeditor.
  • Add 'djangocms_text_ckeditor' to your INSTALLED_APPS setting.
  • Run manage.py migrate djangocms_text_ckeditor.

Usage

You can add a new setting to your settings.py called CKEDITOR_SETTINGS

the default is::

CKEDITOR_SETTINGS = {
    'language': '{{ language }}',
    'toolbar': 'Basic',
    'skin': 'kama',
    'toolbarCanCollapse': False,
}

It is a dict that hold all CKEditor settings. For an overview of all the available settings have a look here:

http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.config.html for all settings

Translations

If you want to help translate the plugin please do it on transifex:

https://www.transifex.com/projects/p/django-cms/resource/djangocms-text-ckeditor/