forked from lowlighter/metrics
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmetadata.yml
50 lines (43 loc) · 996 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
43
44
45
46
47
48
49
name: "✒️ Recent posts"
cost: N/A
categorie: social
index: 6
supports:
- user
- organization
inputs:
# Enable or disable plugin
plugin_posts:
description: Display recent posts
type: boolean
default: no
# Posts external source
plugin_posts_source:
description: Posts external source
type: string
default: ""
values:
- dev.to # Dev.to
- hashnode
# Display a few lines about each posts
plugin_posts_descriptions:
description: Display posts descriptions
type: boolean
default: no
# Display posts cover images
plugin_posts_covers:
description: Display posts cover images
type: boolean
default: no
# Number of posts to display
plugin_posts_limit:
description: Maximum number of posts to display
type: number
default: 4
min: 1
max: 30
# Username on external posts source
plugin_posts_user:
description: Posts external source username
type: string
default: .user.login