forked from lowlighter/metrics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.yml
55 lines (47 loc) · 1.29 KB
/
metadata.yml
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
name: "💫 Starlists"
category: github
description: This plugin displays your star lists.
examples:
default: /~https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.starlists.svg
index: 24
supports:
- user
scopes: []
inputs:
plugin_starlists:
description: Enable starlists plugin
type: boolean
default: no
plugin_starlists_limit:
description: Display limit (star lists)
type: number
default: 2
min: 1
max: 100
plugin_starlists_limit_repositories:
description: Display limit (repositories per star list)
type: number
default: 2
min: 0
max: 100
plugin_starlists_shuffle_repositories:
description: Shuffle data for varied outputs
type: boolean
default: yes
plugin_starlists_ignored:
description: |
Skipped star lists
This is case and emojis insensitive
type: array
format: comma-separated
default: ""
example: 😎 list1, 🥳 list2, ...
plugin_starlists_only:
description: |
Restrict display to specified star lists
This is case and emojis insensitive.
This option is equivalent to `plugin_starlists_ignored` with all star lists but the ones listed in this option
type: array
format: comma-separated
default: ""
example: 😎 list1, 🥳 list2, ...