-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
45 lines (45 loc) · 1.09 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
{
"vendor": "vtex",
"name": "adserver-resolver",
"version": "2.4.0",
"title": "Ad Server Resolver",
"description": "Configurations for sponsored products on your store",
"builders": {
"node": "6.x"
},
"dependencies": {
"vtex.adserver-graphql": "0.x"
},
"policies": [
{
"name": "vbase-read-write"
},
{
"name": "outbound-access",
"attrs": {
"host": "ad-server.vtex.systems",
"path": "/api/*"
}
},
{
"attrs": {
"host": "portal.vtexcommercestable.com.br",
"path": "/api/checkout/regions/*"
},
"name": "outbound-access"
}
],
"settingsSchema": {
"title": "vtex.adserver-resolver",
"type": "object",
"properties": {
"enableAdsOnCollections": {
"title": "Enable sponsored products on collections",
"description": "If checked, sponsored products will be displayed on product collections.",
"type": "boolean",
"default": true
}
}
},
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema"
}