-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathexamples-avail-config.json
96 lines (96 loc) · 1.72 KB
/
examples-avail-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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"id": "5060d6d0-cd5a-4d92-b3b4-3f7611b0ab39",
"darkMode": true,
"serializationVersion": 1,
"name": "avail-examples",
"repositoryLocation":
{
"locationType": "availRepositories",
"scheme": "FILE",
"path": ""
},
"disallow":
[
],
"roots":
[
{
"id": "16bb6b34-3596-463f-a8ec-10e4c89edf54",
"name": "avail",
"editable": true,
"visible": true,
"description": "",
"location":
{
"locationType": "project",
"scheme": "FILE",
"path": "distro/src/avail"
},
"moduleHeaders":
[
{
"name": "Module Header w/ Copyright",
"fileName": "module-header.mhd",
"description": "Contains a copyright and the Avail module header."
}
]
},
{
"id": "0fd943b6-ad37-449c-a277-1c939104f0a7",
"name": "builder-tests",
"editable": true,
"visible": true,
"description": "",
"location":
{
"locationType": "project",
"scheme": "FILE",
"path": "distro/src/builder-tests"
},
"moduleHeaders":
[
]
},
{
"id": "566d8cd7-07e7-4cf3-8c9e-b28bbf244a98",
"name": "examples",
"editable": true,
"visible": true,
"description": "",
"location":
{
"locationType": "project",
"scheme": "FILE",
"path": "distro/src/examples"
},
"availModuleExtensions": ["avail"],
"moduleHeaders":
[
]
},
{
"id": "6d046c0c-448d-4a19-8c2d-ec4fb001d1bf",
"name": "website",
"editable": false,
"visible": true,
"description": "",
"location":
{
"locationType": "project",
"scheme": "FILE",
"path": "distro/src/website"
},
"moduleHeaders":
[
]
}
],
"moduleHeaders":
[
{
"name": "Copyright",
"fileName": "copyright.mhd",
"description": "Contains an Avail-specific copyright."
}
]
}