diff options
author | Thomas Lange <code@nerdmind.de> | 2021-06-13 21:52:28 +0200 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2021-06-13 21:52:28 +0200 |
commit | 7ba0a6cf7f9a6d1af5f6f06de368911bd6719f7d (patch) | |
tree | 837230eee9358036de456d4a15df5d7ad6ed68cd | |
parent | 923a14c764a7f5939f74bd284b7d1f92df781ca2 (diff) | |
download | wiki-7ba0a6cf7f9a6d1af5f6f06de368911bd6719f7d.tar.gz wiki-7ba0a6cf7f9a6d1af5f6f06de368911bd6719f7d.tar.xz wiki-7ba0a6cf7f9a6d1af5f6f06de368911bd6719f7d.zip |
Update documentation
-rw-r--r-- | Configuration.md | 8 |
1 files changed, 8 insertions, 0 deletions
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. |