Fix readme formatting
This commit is contained in:
parent
f9262e3327
commit
a932552950
1 changed files with 10 additions and 5 deletions
15
README.rst
15
README.rst
|
@ -58,8 +58,9 @@ Supported django CMS versions:
|
||||||
Some plugins have a broken tag management prior to 0.6, in case
|
Some plugins have a broken tag management prior to 0.6, in case
|
||||||
you have issues with tags, upgrade to latest version to have it fixed.
|
you have issues with tags, upgrade to latest version to have it fixed.
|
||||||
|
|
||||||
|
*****************************************
|
||||||
Upgrading cmsplugin-filer from 1.0 to 1.1
|
Upgrading cmsplugin-filer from 1.0 to 1.1
|
||||||
-----------------------------------------
|
*****************************************
|
||||||
|
|
||||||
Due to changes in cmsplugin-filer/filer which moved ``ThumbnailOption`` model from the
|
Due to changes in cmsplugin-filer/filer which moved ``ThumbnailOption`` model from the
|
||||||
former to the latter, ``djangocms-blog`` must be migrated as well.
|
former to the latter, ``djangocms-blog`` must be migrated as well.
|
||||||
|
@ -88,8 +89,9 @@ doing the upgrade::
|
||||||
to migrate ``ThumbnailOption`` from cmsplugin-filer to filer
|
to migrate ``ThumbnailOption`` from cmsplugin-filer to filer
|
||||||
|
|
||||||
|
|
||||||
|
********
|
||||||
Features
|
Features
|
||||||
--------
|
********
|
||||||
|
|
||||||
* Placeholder content editing
|
* Placeholder content editing
|
||||||
* Frontend editing using django CMS 3.x frontend editor
|
* Frontend editing using django CMS 3.x frontend editor
|
||||||
|
@ -107,8 +109,9 @@ Features
|
||||||
* Support for django CMS 3.2+ Wizard
|
* Support for django CMS 3.2+ Wizard
|
||||||
* Haystack index support
|
* Haystack index support
|
||||||
|
|
||||||
|
**********
|
||||||
Quickstart
|
Quickstart
|
||||||
----------
|
**********
|
||||||
|
|
||||||
Install djangocms-blog::
|
Install djangocms-blog::
|
||||||
|
|
||||||
|
@ -420,8 +423,9 @@ knocker.
|
||||||
|
|
||||||
.. _settings:
|
.. _settings:
|
||||||
|
|
||||||
|
***************
|
||||||
Global Settings
|
Global Settings
|
||||||
---------------
|
***************
|
||||||
* BLOG_IMAGE_THUMBNAIL_SIZE: Size of the main image when shown on the post
|
* BLOG_IMAGE_THUMBNAIL_SIZE: Size of the main image when shown on the post
|
||||||
lists; it's a dictionary with ``size``, ``crop`` and ``upscale`` keys;
|
lists; it's a dictionary with ``size``, ``crop`` and ``upscale`` keys;
|
||||||
(default: ``{'size': '120x120', 'crop': True,'upscale': False}``)
|
(default: ``{'size': '120x120', 'crop': True,'upscale': False}``)
|
||||||
|
@ -517,8 +521,9 @@ Read-only settings
|
||||||
(default: ``Posts and Categories``)
|
(default: ``Posts and Categories``)
|
||||||
|
|
||||||
|
|
||||||
|
********************
|
||||||
Per-Apphook settings
|
Per-Apphook settings
|
||||||
--------------------
|
********************
|
||||||
|
|
||||||
* application title: Free text title that can be used as title in templates;
|
* application title: Free text title that can be used as title in templates;
|
||||||
* object name: Free text label for Blog items in django CMS Wizard;
|
* object name: Free text label for Blog items in django CMS Wizard;
|
||||||
|
|
Loading…
Reference in a new issue