Reformat readme
This commit is contained in:
parent
c280de55c3
commit
2a17b7e7f3
1 changed files with 2 additions and 2 deletions
|
|
@ -259,7 +259,7 @@ Global Settings
|
||||||
(default: ``{'size': '640x120', 'crop': True,'upscale': False}``)
|
(default: ``{'size': '640x120', 'crop': True,'upscale': False}``)
|
||||||
* BLOG_PAGINATION: Number of post per page; (default: ``10``)
|
* BLOG_PAGINATION: Number of post per page; (default: ``10``)
|
||||||
* BLOG_LATEST_POSTS: Default number of post in the **Latest post** plugin;
|
* BLOG_LATEST_POSTS: Default number of post in the **Latest post** plugin;
|
||||||
(default: ``5'')
|
(default: ``5``)
|
||||||
* BLOG_POSTS_LIST_TRUNCWORDS_COUNT: Default number of words shown for
|
* BLOG_POSTS_LIST_TRUNCWORDS_COUNT: Default number of words shown for
|
||||||
abstract in the post list; (default: ``100``)
|
abstract in the post list; (default: ``100``)
|
||||||
* BLOG_TYPE: Generic type for the post object; (default: ``Article``)
|
* BLOG_TYPE: Generic type for the post object; (default: ``Article``)
|
||||||
|
|
@ -293,7 +293,7 @@ Global Settings
|
||||||
if ``False`` a simple HTMLField is used; (default: ``True``)
|
if ``False`` a simple HTMLField is used; (default: ``True``)
|
||||||
* BLOG_MULTISITE: Add support for multisite setup; (default: ``True``)
|
* BLOG_MULTISITE: Add support for multisite setup; (default: ``True``)
|
||||||
* BLOG_MENU_TYPE: Structure of the Blog menu;
|
* BLOG_MENU_TYPE: Structure of the Blog menu;
|
||||||
(default: ``Posts and Categories``)
|
(default: ``Posts and Categories``)
|
||||||
* BLOG_AUTHOR_DEFAULT: Use a default if not specified; if set to ``True`` the
|
* BLOG_AUTHOR_DEFAULT: Use a default if not specified; if set to ``True`` the
|
||||||
current user is set as the default author, if set to ``False`` no default
|
current user is set as the default author, if set to ``False`` no default
|
||||||
author is set, if set to a string the user with the provided username is
|
author is set, if set to a string the user with the provided username is
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue