-
-
Notifications
You must be signed in to change notification settings - Fork 80
Expand file tree
/
Copy pathControls.Foundation.json
More file actions
92 lines (91 loc) · 3.19 KB
/
Controls.Foundation.json
File metadata and controls
92 lines (91 loc) · 3.19 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
// Everything from Windows UI
"$schema": "../ControlInfoData.schema.json",
"Groups":
[
{
"UniqueId": "NewControls",
"Title": "Home",
"Subtitle": "",
"ImagePath": "",
"ImageIconPath": "",
"Description": "",
"Items":
[
]
},
{
"UniqueId": "Design",
"Title": "Design",
"Subtitle": "",
"ImagePath": "",
"ImageIconPath": "",
"Description": "Design guidance and resources",
"Items":
[
{
"UniqueId": "Spacing",
"Title": "Spacing",
"Subtitle": "Spacing values and layout examples",
"ImagePath": "ms-appx:///Assets/ControlIcons/DefaultIcon.png",
"ImageIconPath": "ms-appx:///Assets/ControlIcons/DefaultIcon.png",
"Description": "",
"Content": "",
"IncludedInBuild": true,
"IsNew": false,
"IsUpdated": false,
"Docs": [
{
"Title": "Content design basics",
"Uri": "https://learn.microsoft.com/windows/apps/design/basics/content-basics"
}
],
"RelatedControls":
[
]
},
{
"UniqueId": "Typography",
"Title": "Typography",
"Subtitle": "Typography type ramp and system fonts",
"ImagePath": "ms-appx:///Assets/ControlIcons/DefaultIcon.png",
"ImageIconPath": "ms-appx:///Assets/ControlIcons/DefaultIcon.png",
"Description": "",
"Content": "",
"IncludedInBuild": true,
"IsNew": false,
"IsUpdated": false,
"Docs":
[
{
"Title": "Typography in Windows Apps",
"Uri": "https://learn.microsoft.com/windows/apps/design/style/typography"
},
{
"Title": "XAML theme resources",
"Uri": "https://learn.microsoft.com/windows/apps/design/style/xaml-theme-resources#the-xaml-type-ramp"
},
{
"Title": "Typography in Windows 11",
"Uri": "https://learn.microsoft.com/windows/apps/design/signature-experiences/typography"
}
],
"RelatedControls":
[
]
}
]
},
{
"UniqueId": "AllControls",
"Title": "All controls",
"Subtitle": "",
"ImagePath": "",
"ImageIconPath": "",
"Description": "",
"Items":
[
]
}
]
}