forked from lowlighter/metrics
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmetadata.yml
More file actions
34 lines (31 loc) · 738 Bytes
/
metadata.yml
File metadata and controls
34 lines (31 loc) · 738 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
name: "🗼 Rss feed"
category: social
description: This plugin displays news from a given RSS feed.
examples:
default: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.rss.svg
index: 6.5
supports:
- user
- organization
- repository
scopes: []
inputs:
# Enable or disable plugin
plugin_rss:
description: Display RSS feed
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
type: number
default: 4
min: 0
max: 30