diff options
author | Thomas Lange <code@nerdmind.de> | 2021-07-19 17:15:27 +0200 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2021-07-19 17:15:27 +0200 |
commit | d03fdc84ee739a04eb360ffb17fe4b7f758b9973 (patch) | |
tree | 9d2f3371440a2941850a02e3d7991a5170dc357f | |
parent | ec8b209f8e078835029d90930d6c1305cd5b8743 (diff) | |
download | wiki-d03fdc84ee739a04eb360ffb17fe4b7f758b9973.tar.gz wiki-d03fdc84ee739a04eb360ffb17fe4b7f758b9973.tar.xz wiki-d03fdc84ee739a04eb360ffb17fe4b7f758b9973.zip |
Update configuration for emoticons
-rw-r--r-- | Configuration.md | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/Configuration.md b/Configuration.md index 7f7a98d..f6e10d5 100644 --- a/Configuration.md +++ b/Configuration.md @@ -104,13 +104,10 @@ Item base directories relative to your base directory where the application is i * `POST.DIRECTORY`: [string: `'post'`] * `USER.DIRECTORY`: [string: `'user'`] -## Emoticons -Enable or disable parsing of emoticons for the body of the specific item type. +## Emoticon descriptions +Enable or disable the wrapping of emoticons found in the content of an item into a `<span>` element which contains a further description of the emoticon within the `title` attribute. -* `CATEGORY.EMOTICONS`: [bool: `TRUE`|`FALSE`] -* `PAGE.EMOTICONS`: [bool: `TRUE`|`FALSE`] -* `POST.EMOTICONS`: [bool: `TRUE`|`FALSE`] -* `USER.EMOTICONS`: [bool: `TRUE`|`FALSE`] +* `WRAP_EMOTICONS`: [bool: `TRUE`|`FALSE`] ## `<meta>` description Number of characters of the items content to display within the `<meta>` description. |