From e9b8b918617dc11c9fa5e44150673ca6d17c78b8 Mon Sep 17 00:00:00 2001 From: yo-less Date: Sat, 27 Aug 2016 00:35:27 +0200 Subject: [PATCH] Allow for removal of feed tags Updated README.md for legibility --- modules/default/newsfeed/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/default/newsfeed/README.md b/modules/default/newsfeed/README.md index 12fe8e7c..1815e567 100644 --- a/modules/default/newsfeed/README.md +++ b/modules/default/newsfeed/README.md @@ -116,8 +116,8 @@ The following properties can be configured: removeStartTags - Some newsfeeds feature tags at the beginning of their titles or descriptions, such as "[VIDEO]". - This setting allows for the removal of specified tags from the beginning of an item's description and / or title.
+ Some newsfeeds feature tags at the beginning of their titles or descriptions, such as VIDEO. + This setting allows for the removal of specified tags from the beginning of an item's description and/or title.

Possible values:'none',description, title, both @@ -129,7 +129,7 @@ The following properties can be configured: removeEndTags - Remove specified tags from the end of an item's description and / or title.
+ Remove specified tags from the end of an item's description and/or title.

Possible values:description, title, both