-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmanifest.json
37 lines (37 loc) · 1.14 KB
/
manifest.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
{
"manifest": "1",
"client_id": "1632851369",
"version": "1.0.0",
"locale": {
"default": "en-us",
"supported": ["en-us"]
},
"elements": [
{
"path": "files",
"name": "Subscription Widget",
"version": "1.0.0",
"settings": {
"config": {
"external": {
"url": "http://app.mailjet.com/widget?force_iframe=1&p=weebly",
"label": "Copy and Paste your Mailjet Widget Code"
},
"autopop": false
},
"properties": [
{
"type": "group",
"name": "settings",
"label": "Settings",
"properties": [
{
"name": "widgetcode",
"default": "",
"type": "text",
"label": "Mailjet Widget"
}]
}]
}
}]
}