-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathManifest.json
More file actions
74 lines (74 loc) · 1.56 KB
/
Copy pathManifest.json
File metadata and controls
74 lines (74 loc) · 1.56 KB
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
{
"modules": [
{
"type": "Package",
"nugetId": "Beckhoff.TwinCAT.HMI.Framework"
},
{
"type": "Package",
"nugetId": "Beckhoff.TwinCAT.HMI.Controls"
},
{
"type": "Language",
"locale": "de",
"files": "./Localization/de.localization"
},
{
"type": "Language",
"locale": "en",
"files": "./Localization/en.localization"
}
],
"provideMetadata": {
"toolbox": {
"UnitTest4Control": {
"200": "UnitTest4Control"
}
}
},
"$schema": ".hmiframework/Schema/Manifest.Schema.json",
"apiVersion": 1,
"dataTypes": [],
"symbols": {
"internal": {},
"themedResources": {},
"timer": {},
"package": {}
},
"intervals": {},
"actionTemplates": [],
"themes": {
"Base-Dark": {
"resources": [
{
"name": "Themes/Base-Dark/Base-Dark.theme",
"description": "",
"type": "ThemedValues"
},
{
"name": "Themes/Base-Dark/Base-DarkStyle.css",
"description": "",
"type": "Stylesheet"
}
],
"replacesThemeForControls": [],
"replacesThemeForPackageComponents": []
},
"Base": {
"resources": [
{
"name": "Themes/Base/Base.theme",
"description": "",
"type": "ThemedValues"
},
{
"name": "Themes/Base/BaseStyle.css",
"description": "",
"type": "Stylesheet"
}
],
"replacesThemeForControls": [],
"replacesThemeForPackageComponents": []
}
}
}