-
Notifications
You must be signed in to change notification settings - Fork 62
GPII-2653: Initial onboarding of the PSP - starting with just the language setting #606
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3206,6 +3206,33 @@ | |
| } | ||
| }, | ||
|
|
||
| "net.gpii.psp": { | ||
| "name": "Personal Settings Panel", | ||
| "contexts": { | ||
| "OS": [{ | ||
| "id": "win32", | ||
| "version": ">=5.0" | ||
| }] | ||
| }, | ||
| "settingsHandlers": { | ||
| "configuration": { | ||
| "type": "gpii.settingsHandlers.webSockets", | ||
| "liveness": "live", | ||
| "options": { | ||
| "path": "net.gpii.psp" | ||
| }, | ||
| "supportedSettings": { | ||
| "language": {}, | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Don't we need to include the metadata for this settitng? I guess that we want it to be there if we want to get it rendered in the PSP.
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Also in order to support editing it in the PPT |
||
| } | ||
| } | ||
| }, | ||
| "isInstalled": [ | ||
| { | ||
| "type": "gpii.deviceReporter.alwaysInstalled" | ||
| } | ||
| ] | ||
| }, | ||
|
|
||
| "net.gpii.uioPlus": { | ||
| "name": "UIO+", | ||
| "contexts": { | ||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that, according to #640, this should be "en-US", right @danailbd ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yep, I think it should