Skip to content

Commit

Permalink
[BUGFIX] Use settings.lists in documentation
Browse files Browse the repository at this point in the history
Fixes: #13
  • Loading branch information
benjaminkott committed May 14, 2019
1 parent fcb83de commit a1a7cb6
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Documentation/Integrators/Index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ Settings (plugin.tx_blog.settings)
authorUid_ UID of the author page int 0
storagePid_ UID of the storage folder int 0
sidebarWidgets_ List of active sidebar widgets array see description
`list.posts.maximumDisplayedItems`_ Maximum posts to be displayed in list int 0
`list.posts.dateFormat`_ The date format for post lists string %d.%m.%Y
`lists.posts.maximumDisplayedItems`_ Maximum posts to be displayed in list int 0
`lists.posts.dateFormat`_ The date format for post lists string %d.%m.%Y
widgets_ Widget specific configuration array see description
`relatedPosts.limit`_ Number of related posts to show int 5
`relatedPosts.categoryMultiplier`_ Weight of a matching category int 1
Expand Down Expand Up @@ -160,12 +160,12 @@ sidebarWidgets

.. _tsListPostsMmaximumDisplayedItems:

list.posts.maximumDisplayedItems
""""""""""""""""""""""""""""""""
lists.posts.maximumDisplayedItems
"""""""""""""""""""""""""""""""""
.. container:: table-row

Property
list.posts.maximumDisplayedItems
lists.posts.maximumDisplayedItems
Data type
int
Description
Expand All @@ -174,12 +174,12 @@ list.posts.maximumDisplayedItems

.. _tsListPostDateFormat:

list.posts.dateFormat
"""""""""""""""""""""
lists.posts.dateFormat
""""""""""""""""""""""
.. container:: table-row

Property
list.posts.dateFormat
lists.posts.dateFormat
Data type
string
Description
Expand Down

0 comments on commit a1a7cb6

Please sign in to comment.