diff options
-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. |