File tree Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Expand file tree Collapse file tree 2 files changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -35,23 +35,21 @@ This article describes the format of the action definition JSON file format for
35
35
"inputCombinations" : [
36
36
{
37
37
"inputs" : [" UserFriendlyName" ],
38
- "description" : " Greet ${UserFriendlyName.Text}"
38
+ "description" : " Greet ${UserFriendlyName.Text}" ,
39
+ "where" : [
40
+ " ${UserFriendlyName.Length} > 3"
41
+ ]
39
42
},
40
43
{
41
44
"inputs" : [" UserFriendlyName" , " PetName" ],
42
- "description" : " Greet ${UserFriendlyName.Text} and their pet ${PetName.Text}"
45
+ "description" : " Greet ${UserFriendlyName.Text} and their pet ${PetName.Text}"
43
46
}
44
47
],
45
48
"contentAgeRating" : " child" ,
46
49
"invocation" :
47
50
{
48
- {
49
51
"type" : " Uri" ,
50
52
"uri" : " contoso://greetUser?userName=${UserFriendlyName.Text}&petName=${PetName.Text}" ,
51
- },
52
- "where" : [
53
- " ${UserFriendlyName.Length > 3}"
54
- ]
55
53
}
56
54
},
57
55
{
Original file line number Diff line number Diff line change 129
129
"sudo/**" : " https://github.com/microsoft/sudo" ,
130
130
"web/**" : " https://github.com/microsoft/Windows-Dev-Performance/issues"
131
131
},
132
+ "uhfHeaderId" : {
133
+ "android/**" : " MSDocsHeader-Windows-DevTools" ,
134
+ "dev-drive/**" : " MSDocsHeader-Windows-DevTools" ,
135
+ "dev-environment/**" : " MSDocsHeader-Windows-DevTools" ,
136
+ "dev-home/**" : " MSDocsHeader-Windows-DevTools" ,
137
+ "package-manager/**" : " MSDocsHeader-Windows-DevTools" ,
138
+ "powertoys/**" : " MSDocsHeader-Windows-DevTools" ,
139
+ "python/**" : " MSDocsHeader-Windows-DevTools" ,
140
+ "sudo/**" : " MSDocsHeader-Windows-DevTools"
141
+ },
132
142
"author" :
133
143
{
134
144
"android/**" : " mattwojo" ,
You can’t perform that action at this time.
0 commit comments