-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
/
metadata.yml
60 lines (52 loc) · 1.23 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
56
57
58
59
name: ✒️ Recent posts
category: social
description: |
This plugin displays recent articles from a specified and supported external source.
examples:
+latest posts width description and cover image: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.posts.full.svg
latest posts: https://github.com/lowlighter/metrics/blob/examples/metrics.plugin.posts.svg
index: 6
supports:
- user
- organization
- repository
scopes: []
inputs:
plugin_posts:
description: |
Enable posts plugin
type: boolean
default: no
plugin_posts_source:
description: |
External source
- `dev.to`: [dev.to](https://dev.to)
- `hashnode`: [hashnode.com](https://hashnode.com)
type: string
default: ""
values:
- dev.to
- hashnode
plugin_posts_user:
description: |
External source username
type: string
default: .user.login
preset: no
plugin_posts_descriptions:
description: |
Posts descriptions
type: boolean
default: no
plugin_posts_covers:
description: |
Posts cover images
type: boolean
default: no
plugin_posts_limit:
description: |
Display limit
type: number
default: 4
min: 1
max: 30