summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2017-03-26 23:59:34 +0200
committerThomas Lange <code@nerdmind.de>2017-03-26 23:59:34 +0200
commit333e4c23a46e205c577c37f1bb19d4dd37d59e5c (patch)
tree22ba990b87c3f67a51253db56f98e610166c4394
parentc718395f4b7cd353ed0ad22e559ba5848c6f6409 (diff)
downloadwiki-333e4c23a46e205c577c37f1bb19d4dd37d59e5c.tar.gz
wiki-333e4c23a46e205c577c37f1bb19d4dd37d59e5c.tar.xz
wiki-333e4c23a46e205c577c37f1bb19d4dd37d59e5c.zip
More meaningful heading added.
-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'`]