From 61f93463c502f032daef672543847359264cf95d Mon Sep 17 00:00:00 2001
From: lowlighter <22963968+lowlighter@users.noreply.github.com>
Date: Sat, 15 Jan 2022 21:58:41 -0500
Subject: [PATCH] doc(plugins/rss): update
---
source/plugins/rss/README.md | 5 +++--
source/plugins/rss/metadata.yml | 11 ++++-------
2 files changed, 7 insertions(+), 9 deletions(-)
diff --git a/source/plugins/rss/README.md b/source/plugins/rss/README.md
index ec948278..15e93885 100644
--- a/source/plugins/rss/README.md
+++ b/source/plugins/rss/README.md
@@ -31,7 +31,7 @@
plugin_rss |
- Display RSS feed
+ | Enable rss plugin
![]() |
@@ -50,7 +50,7 @@
plugin_rss_limit |
- Maximum number of items to display
+ | Display limit
![]() |
@@ -59,6 +59,7 @@
𝑥
≤ 30)
+zero behaviour: disable
default: 4
diff --git a/source/plugins/rss/metadata.yml b/source/plugins/rss/metadata.yml
index d1079d65..76db0547 100644
--- a/source/plugins/rss/metadata.yml
+++ b/source/plugins/rss/metadata.yml
@@ -11,24 +11,21 @@ supports:
scopes: []
inputs:
- # Enable or disable plugin
plugin_rss:
- description: Display RSS feed
+ description: Enable rss plugin
type: boolean
default: no
- # RSS feed source
plugin_rss_source:
description: RSS feed source
type: string
default: ""
example: https://news.ycombinator.com/rss
- # Number of items to display
- # Set to 0 to disable limitations
plugin_rss_limit:
- description: Maximum number of items to display
+ description: Display limit
type: number
default: 4
min: 0
- max: 30
\ No newline at end of file
+ max: 30
+ zero: disable
\ No newline at end of file