update README to add new setting
This commit is contained in:
parent
aff4f04d5e
commit
e41f77fa72
1 changed files with 3 additions and 1 deletions
|
@ -84,7 +84,9 @@ to customize the behavior.
|
|||
``MARKUPWIKI_MARKUP_TYPE_EDITABLE``
|
||||
if False user won't have option to change markup type (default: True)
|
||||
``MARKUPWIKI_MARKUP_TYPES``
|
||||
a tuple of string and callable pairs the callable is used to 'render' a markup type.
|
||||
a tuple of string and callable pairs the callable is used to 'render' a markup type.
|
||||
``MARKUPWIKI_AUTOLOCK_TIMEDELTA``
|
||||
a datetime.timedelta object that defines the age at which articles get automatically locked by the *autolockarticles* management command.
|
||||
|
||||
Example::
|
||||
|
||||
|
|
Loading…
Reference in a new issue