Skip to content

Commit

Permalink
Update README.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
igloox committed Dec 16, 2015
1 parent 246bb99 commit 0d84233
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,18 @@ This works 'on top' of ``djangocms-text-ckeditor``, so you'll need that installe

1. Install the package into your Python environment as usual (e.g., python setup.py install)

2. Add 'djangocms_ckeditor_filer.middleware.ThumbnailMiddleware' in your MIDDLEWARE_CLASSES (this is for dynamic thumbnail generation)
2. Add ``djangocms_ckeditor_filer.middleware.ThumbnailMiddleware`` in your ``MIDDLEWARE_CLASSES`` (this is for dynamic thumbnail generation)

3. Add 'djangocms_ckeditor_filer' to your INSTALLED_APPS
3. Add ``djangocms_ckeditor_filer`` to your ``INSTALLED_APPS``

4. In your CKEDITOR_SETTINGS, add::
4. In your ``CKEDITOR_SETTINGS``, add::

'extraPlugins': 'filerimage',
'removePlugins': 'image',
'extraPlugins': 'filerimage',
'removePlugins': 'image',

somewhere into the main dict, and::

'Filer Image'
'Filer Image'

somewhere in the toolbar(s), to display the button. For example::

Expand Down

0 comments on commit 0d84233

Please sign in to comment.