Added option to remove "more" tags in description

Many feed descriptions end with with a link tag to the actual article
online (see http://www.deutschlandfunk.de/die-nachrichten.353.de.rss,
for example). The mirror news description looks strange with this tag in
the end.

I have added an option to remove the tag from the description and
updated the readme.md accordingly.
This commit is contained in:
yo-less
2016-08-26 22:06:03 +02:00
parent d1f5118bb5
commit 45cb770e41
2 changed files with 27 additions and 3 deletions

View File

@@ -108,7 +108,20 @@ The following properties can be configured:
<br><b>Default value:</b> <code>0</code>
</td>
</tr>
<tr>
<td><code>showMore</code></td>
<td>Remove "more..." tags from the end of the item description.<br>
<br><b>Possible values:</b><code>true</code> or <code>false</code>
<br><b>Default value:</b> <code>false</code>
</td>
</tr>
<tr>
<td><code>moreTag</code></td>
<td>Specify the exact wording of the "more..." tag.<br>
<br><b>Possible values:</b> 'YOUR_MORE_TAG_HERE'
<br><b>Default value:</b> <code>''</code>
</td>
</tr>
</tbody>
</table>