-
Notifications
You must be signed in to change notification settings - Fork 7
/
manifest.json
53 lines (53 loc) · 1.5 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "trustvox",
"vendor": "{account}",
"version": "0.0.1",
"title": "RA Trustvox",
"description": "Integrates with RA Trustvox",
"builders": {
"react": "3.x",
"styles": "2.x",
"messages": "1.x",
"store": "0.x",
"pixel": "0.x",
"docs": "0.x"
},
"dependencies": {
"vtex.product-review-interfaces": "1.x",
"vtex.product-summary": "2.x",
"vtex.product-context": "0.x",
"vtex.pixel-interfaces": "1.x"
},
"settingsSchema": {
"title": "RA Trustvox",
"type": "object",
"properties": {
"storeId": {
"type": "string",
"access": "public",
"title": "Store ID",
"description": "ID da loja no disponibilizado no painel da Trustvox"
},
"colt": {
"type": "number",
"access": "public",
"title": "Quantidade de avaliações que devem aparecer no widget de carrossel de loja",
"default": 7
},
"staging": {
"type": "boolean",
"access": "public",
"title": "Habilitar ambiente de testes",
"default": false,
"description": "Ao habilitar o ambiente de testes o store id deve ser substituído por um store id de uma loja do ambiente de testes da Trustvox"
},
"enableProductGroup": {
"type": "boolean",
"access": "public",
"title": "Habilitar espelhamento de Reviews",
"default": false
}
}
},
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema"
}