forked from lowlighter/metrics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
metadata.yml
42 lines (38 loc) · 944 Bytes
/
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
name: 💝 GitHub Sponsorships
category: github
description: |
This plugin displays sponsorships funded through [GitHub sponsors](https://github.com/sponsors/).
examples:
default: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.sponsorships.svg
index: 12
supports:
- user
- organization
scopes:
- read:user
- read:org
inputs:
plugin_sponsorships:
description: |
Enable sponsorships plugin
type: boolean
default: no
plugin_sponsorships_sections:
description: |
Displayed sections
- `amount`: display total amount sponsored
- `sponsorships`: display GitHub sponsorships
type: array
format: comma-separated
default: amount, sponsorships
example: amount, sponsorships
values:
- amount
- sponsorships
plugin_sponsorships_size:
description: |
Profile picture display size
type: number
default: 24
min: 8
max: 64