-
Notifications
You must be signed in to change notification settings - Fork 3
/
manifest.json
44 lines (44 loc) · 947 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
44
{
"vendor": "vtex",
"name": "docs-ui",
"version": "2.1.5",
"title": "VTEX IO Docs UI",
"description": "VTEX IO Docs UI",
"builders": {
"docs": "0.x",
"react": "3.x",
"messages": "1.x",
"pages": "1.x",
"styles": "2.x"
},
"dependencies": {
"vtex.styleguide": "9.x",
"vtex.store-drawer": "0.x",
"vtex.docs-graphql": "1.x",
"vtex.device-detector": "0.x"
},
"mustUpdateAt": "2018-09-05",
"categories": [],
"registries": [
"smartcheckout"
],
"settingsSchema": {
"title": "DOCS-UI",
"type": "object",
"properties": {
"customHeader": {
"title": "Custom Header",
"type": "object",
"properties": {
"key": {
"type": "string"
},
"value": {
"type": "string"
}
}
}
}
},
"$schema": "https://raw.githubusercontent.com/vtex/node-vtex-api/master/gen/manifest.schema"
}