From 7ba0a6cf7f9a6d1af5f6f06de368911bd6719f7d Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Sun, 13 Jun 2021 21:52:28 +0200 Subject: Update documentation --- Configuration.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Configuration.md b/Configuration.md index e964745..5ce9dea 100644 --- a/Configuration.md +++ b/Configuration.md @@ -65,6 +65,10 @@ Number of items to display per-site on overview sites. * `POST.LIST_SIZE`: [integer: `10`] * `USER.LIST_SIZE`: [integer: `10`] +* `ADMIN.PAGE.LIST_SIZE`: [integer: `12`] +* `ADMIN.POST.LIST_SIZE`: [integer: `12`] +* `ADMIN.USER.LIST_SIZE`: [integer: `10`] + ## Feed size Number of items to display within the RSS feed. @@ -113,6 +117,10 @@ The `ORDER BY` clause for item sorting on item overview sites. You can use each * `POST.LIST_SORT`: [string: `'time_insert DESC'`] * `USER.LIST_SORT`: [string: `'time_insert DESC'`] +* `ADMIN.PAGE.LIST_SORT`: [string: `'time_insert DESC'`] +* `ADMIN.POST.LIST_SORT`: [string: `'time_insert DESC'`] +* `ADMIN.USER.LIST_SORT`: [string: `'time_insert DESC'`] + ## Feed sorting The `ORDER BY` clause for item sorting within the RSS feed. You can use each column from the database table to sort and you also can combine multiple columns together. See the [MySQL documentation for `ORDER BY`](https://dev.mysql.com/doc/refman/5.6/en/sorting-rows.html) for more instructions. -- cgit v1.2.3