From a80afbacabea8d162edcf9cf8737c45f13644af5 Mon Sep 17 00:00:00 2001 From: Thomas Lange Date: Sat, 24 Jul 2021 20:54:45 +0200 Subject: Update documentation --- Configuration.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Configuration.md b/Configuration.md index 02c2e62..44e9d61 100644 --- a/Configuration.md +++ b/Configuration.md @@ -89,12 +89,12 @@ Enable or disable the use of slug URLs for item permalinks. If disabled, the uni * `USER.SLUG_URLS`: [bool: `TRUE`|`FALSE`] ## Single redirects -Enable or disable the redirection from the overviews to the items main page if only one item of the specific type exists. For example, if you only have one user and `USER.SINGLE_REDIRECT` is set to `TRUE`, then requests to `/user/` will be automatically redirected to `/user/username/` or `/user/id/`. +Enable or disable the redirection from the overviews to the items primary page if only one item of the specific type exists. For example, if you only have one user and `USER.REDIRECT_SINGLE` is set to `TRUE`, requests to `/user/` will be automatically redirected to `/user/username/` (or `/user/id/`). -* `CATEGORY.SINGLE_REDIRECT`: [bool: `TRUE`|`FALSE`] -* `PAGE.SINGLE_REDIRECT`: [bool: `TRUE`|`FALSE`] -* `POST.SINGLE_REDIRECT`: [bool: `TRUE`|`FALSE`] -* `USER.SINGLE_REDIRECT`: [bool: `TRUE`|`FALSE`] +* `CATEGORY.REDIRECT_SINGLE`: [bool: `TRUE`|`FALSE`] +* `PAGE.REDIRECT_SINGLE`: [bool: `TRUE`|`FALSE`] +* `POST.REDIRECT_SINGLE`: [bool: `TRUE`|`FALSE`] +* `USER.REDIRECT_SINGLE`: [bool: `TRUE`|`FALSE`] ## Directories Item base directories relative to your base directory where the application is installed. -- cgit v1.2.3