forked from Bolid1/amocrm-widget-sample-v0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
43 lines (43 loc) · 886 Bytes
/
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
38
39
40
41
42
43
{
"widget": {
"name": "widget.name",
"description": "widget.description",
"short_description": "widget.short_description",
"code": "amo_sample_v0",
"secret_key": "c4fba68b3cc2da17d507c8830bdabb2c2d420575d554065960754efad89000a7",
"version": "0.0.2",
"locale": [
"ru"
],
"installation": true,
"interface_version": 2
},
"locations": [
"everywhere",
"lcard-1",
"comcard-1",
"ccard-0",
"cucard-0",
"llist-0",
"clist-1",
"culist-0",
"tlist-1"
],
"settings": {
"field_text": {
"name": "settings.field_text",
"type": "text",
"required": true
},
"field_pass": {
"name": "settings.field_pass",
"type": "pass",
"required": true
},
"field_custom": {
"name": "settings.field_custom",
"type": "custom",
"required": false
}
}
}