Text Plugin for django CMS with CKEditor support
Project description
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/
=======================
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/
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
djangocms-text-ckeditor-1.0.2.tar.gz
(748.9 kB
view details)
File details
Details for the file djangocms-text-ckeditor-1.0.2.tar.gz
.
File metadata
- Download URL: djangocms-text-ckeditor-1.0.2.tar.gz
- Upload date:
- Size: 748.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1300fb235d97e08918fc356a200726cfd5a6e896fbbe05c4490718675f94fd4e |
|
MD5 | 5fca9fec5ca3ee255f7c06410603fd41 |
|
BLAKE2b-256 | 71d1ca06bfbdcf2290463449acd2f373d67f0e311269a09dc175eab6a3e03622 |