-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdetails.json
59 lines (59 loc) · 931 Bytes
/
details.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
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
{
"uid": "sendy-pencilblue",
"name": "Sendy",
"description": "A PencilBlue plugin to automatically create campaign emails in Sendy from articles",
"version": "0.1.0",
"pb_version": "0.5.0",
"author": {
"name": "Mark Baird",
"email": "mark.r.baird@gmail.com",
"website": "https://github.com/markbaird/sendy-pencilblue"
},
"settings": [
{
"name": "sendy_server_hostname",
"value": ""
},
{
"name": "use_https",
"value": true
},
{
"name": "api_key",
"value": ""
},
{
"name": "from_name",
"value": ""
},
{
"name": "from_email",
"value": ""
},
{
"name": "reply_to",
"value": ""
},
{
"name": "list_ids",
"value": ""
},
{
"name": "brand_id",
"value": ""
},
{
"name": "query_string",
"value": ""
},
{
"name": "read_more",
"value": true
}
],
"permissions": {
},
"main_module": {
"path": "sendy.js"
}
}