|
1 | 1 | { |
2 | 2 | "type": "object", |
3 | | - |
4 | 3 | "properties": { |
5 | 4 | "disableInstallHelp": { |
6 | 5 | "title": "Disable opening help page on install", |
7 | | - "description": "If set to true then help page will not be opened on install.", |
| 6 | + "description": "If set to true, then help page will not be opened on install.", |
8 | 7 | "type": "boolean" |
9 | 8 | }, |
10 | | - |
11 | 9 | "disableBackup": { |
12 | | - "title": "Disable 3rd party backup", |
13 | | - "description": "If set to true then 3rd party backup options will be hidden. If 3rd party backup is already configured for a user this will not stop it.", |
14 | | - "type": "boolean" |
| 10 | + "title": "Disable 3rd party backup", |
| 11 | + "description": "If set to true, then 3rd party backup options will be hidden. If 3rd party backup is already configured for a user this will not stop it.", |
| 12 | + "type": "boolean" |
| 13 | + }, |
| 14 | + "disableExportImport": { |
| 15 | + "title": "Disable import / export menu", |
| 16 | + "description": "If set to true, then 'Export / Import' menu will be hidden.", |
| 17 | + "type": "boolean" |
| 18 | + }, |
| 19 | + "disablePasswordCaching": { |
| 20 | + "title": "Disable password caching", |
| 21 | + "description": "If set to true, then Authenticator will never cache encryption password in the background. Normally the password is stored for as long as the browser is open, this will make Authenticator prompt for password on every open. WARNING: This will break everything that changes data with background services (E.g.: QR scanning and import page).", |
| 22 | + "type": "boolean" |
15 | 23 | }, |
16 | | - |
17 | 24 | "storageArea": { |
18 | | - "title": "Storage area", |
19 | | - "description": "Set to 'sync' or 'local'. If set will force user to use specified storage area. This setting will not check if a user is currently using another storage space and may hide data.", |
20 | | - "type": "string" |
| 25 | + "title": "Storage area", |
| 26 | + "description": "Set to 'sync' or 'local'. If set will force user to use specified storage area. This setting will not check if a user is currently using another storage space and may hide data.", |
| 27 | + "type": "string" |
21 | 28 | }, |
22 | | - |
23 | 29 | "feedbackURL": { |
24 | 30 | "title": "Feedback URL", |
25 | 31 | "description": "Change the URL the feedback button opens.", |
26 | 32 | "type": "string" |
| 33 | + }, |
| 34 | + "enforcePassword": { |
| 35 | + "title": "Enforce password", |
| 36 | + "description": "If set to true, then user will be prompted to set a password before adding an account (if none set) and the remove password button will be hidden.", |
| 37 | + "type": "boolean" |
| 38 | + }, |
| 39 | + "enforceAutolock": { |
| 40 | + "title": "Enforce autolock", |
| 41 | + "description": "If any value is set, then the user will not be able to change the autolock setting. Set to a number in minutes.", |
| 42 | + "type": "number" |
27 | 43 | } |
28 | 44 | } |
29 | 45 | } |
0 commit comments