| OLD | NEW |
| 1 { | 1 { |
| 2 # policy_templates.json - Metafile for policy templates | 2 # policy_templates.json - Metafile for policy templates |
| 3 # | 3 # |
| 4 # The content of this file is evaluated as a Python expression. | 4 # The content of this file is evaluated as a Python expression. |
| 5 # | 5 # |
| 6 # This file is used as input to generate the following policy templates: | 6 # This file is used as input to generate the following policy templates: |
| 7 # ADM, ADMX+ADML, MCX/plist and html documentation. | 7 # ADM, ADMX+ADML, MCX/plist and html documentation. |
| 8 # | 8 # |
| 9 # Policy templates are user interface definitions or documents about the | 9 # Policy templates are user interface definitions or documents about the |
| 10 # policies that can be used to configure Chrome. Each policy is a name-value | 10 # policies that can be used to configure Chrome. Each policy is a name-value |
| (...skipping 9248 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9259 ], | 9259 ], |
| 9260 }, | 9260 }, |
| 9261 'id': 'QuickUnlockModeWhitelist', | 9261 'id': 'QuickUnlockModeWhitelist', |
| 9262 }, | 9262 }, |
| 9263 'supported_on': ['chrome_os:56-'], | 9263 'supported_on': ['chrome_os:56-'], |
| 9264 'features': { | 9264 'features': { |
| 9265 'dynamic_refresh': True, | 9265 'dynamic_refresh': True, |
| 9266 'per_profile': True, | 9266 'per_profile': True, |
| 9267 }, | 9267 }, |
| 9268 'example_value': ['PIN'], | 9268 'example_value': ['PIN'], |
| 9269 'default_for_enterprise_users': [], |
| 9269 'id': 352, | 9270 'id': 352, |
| 9270 'caption': '''Configure allowed quick unlock modes.''', | 9271 'caption': '''Configure allowed quick unlock modes.''', |
| 9271 'tags': [], | 9272 'tags': [], |
| 9272 'desc': '''Controls which quick unlock modes are allowed to be set up
and used. | 9273 'desc': '''Controls which quick unlock modes are allowed to be set up
and used. |
| 9273 This setting white-lists the allowed quick unlock modes that can be se
t up and used to unlock the lock screen. The value is a list of strings, each of
which should be one of the following: "all", "PIN". If "all" is selected, then
all supported quick modes will be available, otherwise the modes in the list wil
l be the ones available. | 9274 This setting white-lists the allowed quick unlock modes that can be se
t up and used to unlock the lock screen. The value is a list of strings, each of
which should be one of the following: "all", "PIN". If "all" is selected, then
all supported quick modes will be available, otherwise the modes in the list wil
l be the ones available. |
| 9274 | 9275 |
| 9275 If this setting is configured, quick unlock modes which have a type th
at is not on this list can not be set up or used. | 9276 If this setting is configured, quick unlock modes which have a type th
at is not on this list can not be set up or used. |
| 9276 | 9277 |
| 9277 If this setting is left not configured, "PIN" mode will be enabled, an
d all other modes will be disabled.''', | 9278 If this setting is left not configured, "PIN" mode will be enabled, an
d all other modes will be disabled.''', |
| 9278 }, | 9279 }, |
| (...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9537 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 9538 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
| 9538 'text': 'Default Settings (users can override)', | 9539 'text': 'Default Settings (users can override)', |
| 9539 }, | 9540 }, |
| 9540 'doc_complex_policies_on_windows': { | 9541 'doc_complex_policies_on_windows': { |
| 9541 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', | 9542 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', |
| 9542 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL
ICIES_URL">https://www.chromium.org/administrators/complex-policies-on-windows<e
x>https://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>'
'', | 9543 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL
ICIES_URL">https://www.chromium.org/administrators/complex-policies-on-windows<e
x>https://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>'
'', |
| 9543 }, | 9544 }, |
| 9544 }, | 9545 }, |
| 9545 'placeholders': [], | 9546 'placeholders': [], |
| 9546 } | 9547 } |
| OLD | NEW |