summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Configuration.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configuration.md b/Configuration.md
index 62e5e0e..b4e9a77 100644
--- a/Configuration.md
+++ b/Configuration.md
@@ -87,7 +87,7 @@ Number of characters from the items content to display within the `<meta>` descr
* `POST.DESCRIPTION_SIZE`: [integer: `200`]
* `USER.DESCRIPTION_SIZE`: [integer: `200`]
-## List sorting
+## Item overview sorting
The `ORDER BY` clause for item sorting on item overview sites. 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` for more information.
* `PAGE.LIST_SORT`: [string: `'time_insert DESC'`]