-
Notifications
You must be signed in to change notification settings - Fork 71
/
Copy pathconfig.json
76 lines (76 loc) · 1.76 KB
/
config.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"projects": [
{
"name": "mapbox-api",
"label": "View nearby companies: Mapbox API",
"path": "mapbox-api",
"insertPath": null
},
{
"name": "duplicate-contact",
"label": "Duplicate a Contact",
"path": "duplicate-contact",
"insertPath": null
},
{
"name": "deals-summary",
"label": "Create a deals summary",
"path": "deals-summary",
"insertPath": null
},
{
"name": "multi-step-flow",
"label": "Build a multi-step flow",
"path": "multi-step-flow",
"insertPath": null
},
{
"name": "flex-and-box",
"label": "Flex and Box",
"path": "flex-and-box",
"insertPath": null
},
{
"name": "generate-quotes",
"label": "Generate multiple quotes",
"path": "generate-quotes",
"insertPath": null
},
{
"name": "crm-data-components",
"label": "Use CRM data components",
"path": "crm-data-components",
"insertPath": null
},
{
"name": "display-iframe-modal",
"label": "Displaying an Iframe Modal",
"path": "display-iframe-modal",
"insertPath": null
},
{
"name": "bi-directional-property-refresh",
"label": "Bi-directional refresh of CRM properties",
"path": "property-refresh",
"insertPath": null
},
{
"name": "custom-logger-example",
"label": "Custom Logger Example",
"path": "custom-logger-example",
"insertPath": null
},
{
"name": "overlay-example",
"label": "Overlay Example",
"path": "overlay-example",
"insertPath": null
},
{
"name": "charts-example",
"label": "Charts Example",
"path": "charts-example",
"insertPath": null
}
]
}