-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplugin.json
30 lines (30 loc) · 821 Bytes
/
plugin.json
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
{
"version": "1.1.0",
"title": "Conversation on Micro.blog",
"description": "Link to your post on the Micro.blog timeline from your blog.",
"includes": [
"conversation-on-mb-styles.html"
],
"fields": [
{
"field": "params.conversation_on_mb_link_text",
"label": "Link text",
"placeholder": "✴️ Conversation on Micro.blog"
},
{
"field": "params.conversation_on_mb_fallback_url",
"label": "Fallback URL",
"placeholder": "https://micro.blog/you"
},
{
"field": "params.conversation_on_mb_fallback_link_text",
"label": "Fallback link text",
"placeholder": "✴️ Also on Micro.blog"
},
{
"field": "params.conversation_on_mb_show_fallback_link",
"label": "Show fallback link",
"type": "boolean"
}
]
}