-
Notifications
You must be signed in to change notification settings - Fork 1
/
config.json
44 lines (44 loc) · 1.88 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
{
"note": "this file defines global config used by CodeExporter app when exporting xplat samples",
"platforms": [
{
"name": "All",
"exclusions": [
{ "reason": "TODO test exporting and sample template", "path": "maps\\" },
{ "reason": "TODO test exporting and sample template", "path": "gauges\\" }
]
},
{
"name": "React",
"exclusions": [
{ "reason": "missing react template", "path": "charts\\category-chart\\selection-matcher.json" },
{ "reason": "toolbarTemplate isn't in React product", "path": "grids\\hierarchical-grid\\toolbar-sample-1.json" },
{ "reason": "toolbarTemplate isn't in React product", "path": "grids\\hierarchical-grid\\toolbar-sample-2.json" }
]
},
{
"name": "Angular",
"exclusions": [
{ "reason": "missing angular template", "path": "charts\\category-chart\\selection-matcher.json" },
{ "reason": "samples are in LOB angular repo", "path": "grids\\hierarchical-grid\\" },
{ "reason": "samples are in LOB angular repo", "path": "grids\\pivot-grid\\" },
{ "reason": "samples are in LOB angular repo", "path": "grids\\tree-grid\\" },
{ "reason": "samples are in LOB angular repo", "path": "grids\\grid\\" }
]
},
{
"name": "Blazor",
"exclusions": [
{ "reason": "toolbarTemplate isn't in Blazor product", "path": "grids\\hierarchical-grid\\toolbar-sample-1.json" },
{ "reason": "toolbarTemplate isn't in Blazor product", "path": "grids\\hierarchical-grid\\toolbar-sample-2.json" },
{ "reason": "summary formatter isn't working for Blazor product", "path": "grids\\tree-grid\\data-summary-formatter.json" }
]
},
{
"name": "WebComponents",
"exclusions": [
{ "reason": "missing wc template", "path": "charts\\category-chart\\selection-matcher.json" }
]
}
]
}