mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02:00
[WindowsSettings] DevDocs + JSON schema (#13510)
* #10997 - Added JSON schema and extra shell class * #13510 - Address feedback and fix wrong typo for a member * #13510 - Add DevDoc (first version) * #13510 - make spellcheck happy * #13510 Address feedback, add scores, replace todos * Make build server happy * #13510 - Address feedback - Extra table for keys * #13510 - Address feedback * #13510 -Address feedback, add language specified Co-authored-by: Sekan, Tobias <tobias.sekan@axp-consulting.de>
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
[
|
||||
{
|
||||
"Name": "AccessWorkOrSchool",
|
||||
"Areas": [ "AreaAccounts" ],
|
||||
"Type": "AppSettingsApp",
|
||||
"AltNames": [ "Workplace" ],
|
||||
"Command": "ms-settings:workplace"
|
||||
},
|
||||
{
|
||||
"$schema" : "./WindowsSettings.schema.json",
|
||||
"Settings": [
|
||||
{
|
||||
"Name": "AccessWorkOrSchool",
|
||||
"Areas": [ "AreaAccounts" ],
|
||||
"Type": "AppSettingsApp",
|
||||
"AltNames": [ "Workplace" ],
|
||||
"Command": "ms-settings:workplace"
|
||||
},
|
||||
{
|
||||
"Name": "EmailAndAppAccounts",
|
||||
"Areas": [ "AreaAccounts" ],
|
||||
@@ -1734,4 +1736,4 @@
|
||||
"AltNames": [ "wgpocpl.cpl" ],
|
||||
"Command": "control Wgpocpl.cpl"
|
||||
}
|
||||
]
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user