mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-28 09:01:44 +00:00
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:
@@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user