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
3535 "inputCombinations" : [
3636 {
3737 "inputs" : [" UserFriendlyName" ],
38- "description" : " Greet ${UserFriendlyName.Text}"
38+ "description" : " Greet ${UserFriendlyName.Text}" ,
39+ "where" : [
40+ " ${UserFriendlyName.Length} > 3"
41+ ]
3942 },
4043 {
4144 "inputs" : [" UserFriendlyName" , " PetName" ],
42- "description" : " Greet ${UserFriendlyName.Text} and their pet ${PetName.Text}"
45+ "description" : " Greet ${UserFriendlyName.Text} and their pet ${PetName.Text}"
4346 }
4447 ],
4548 "contentAgeRating" : " child" ,
4649 "invocation" :
4750 {
48- {
4951 "type" : " Uri" ,
5052 "uri" : " contoso://greetUser?userName=${UserFriendlyName.Text}&petName=${PetName.Text}" ,
51- },
52- "where" : [
53- " ${UserFriendlyName.Length > 3}"
54- ]
5553 }
5654 },
5755 {
Original file line number Diff line number Diff line change 129129 "sudo/**" : " https://github.com/microsoft/sudo" ,
130130 "web/**" : " https://github.com/microsoft/Windows-Dev-Performance/issues"
131131 },
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+ },
132142 "author" :
133143 {
134144 "android/**" : " mattwojo" ,
You can’t perform that action at this time.
0 commit comments