| 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 9285 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9296 ], | 9296 ], |
| 9297 }, | 9297 }, |
| 9298 'id': 'QuickUnlockModeWhitelist', | 9298 'id': 'QuickUnlockModeWhitelist', |
| 9299 }, | 9299 }, |
| 9300 'supported_on': ['chrome_os:56-'], | 9300 'supported_on': ['chrome_os:56-'], |
| 9301 'features': { | 9301 'features': { |
| 9302 'dynamic_refresh': True, | 9302 'dynamic_refresh': True, |
| 9303 'per_profile': True, | 9303 'per_profile': True, |
| 9304 }, | 9304 }, |
| 9305 'example_value': ['PIN'], | 9305 'example_value': ['PIN'], |
| 9306 'default_for_enterprise_users': [], |
| 9306 'id': 352, | 9307 'id': 352, |
| 9307 'caption': '''Configure allowed quick unlock modes.''', | 9308 'caption': '''Configure allowed quick unlock modes.''', |
| 9308 'tags': [], | 9309 'tags': [], |
| 9309 'desc': '''Controls which quick unlock modes are allowed to be set up
and used. | 9310 'desc': '''Controls which quick unlock modes are allowed to be set up
and used. |
| 9310 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. | 9311 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. |
| 9311 | 9312 |
| 9312 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. | 9313 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. |
| 9313 | 9314 |
| 9314 If this setting is left not configured, "PIN" mode will be enabled, an
d all other modes will be disabled.''', | 9315 If this setting is left not configured, "PIN" mode will be enabled, an
d all other modes will be disabled.''', |
| 9315 }, | 9316 }, |
| (...skipping 258 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 9574 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 9575 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
| 9575 'text': 'Default Settings (users can override)', | 9576 'text': 'Default Settings (users can override)', |
| 9576 }, | 9577 }, |
| 9577 'doc_complex_policies_on_windows': { | 9578 'doc_complex_policies_on_windows': { |
| 9578 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', | 9579 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', |
| 9579 '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>'
'', | 9580 '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>'
'', |
| 9580 }, | 9581 }, |
| 9581 }, | 9582 }, |
| 9582 'placeholders': [], | 9583 'placeholders': [], |
| 9583 } | 9584 } |
| OLD | NEW |