summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Configuration.md8
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.