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 8414 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8425 'name': 'TimezoneAutomaticDetectionIPOnly', | 8425 'name': 'TimezoneAutomaticDetectionIPOnly', |
8426 'value': 2, | 8426 'value': 2, |
8427 'caption': '''Always use coarse timezone detection.''', | 8427 'caption': '''Always use coarse timezone detection.''', |
8428 }, | 8428 }, |
8429 { | 8429 { |
8430 'name': 'TimezoneAutomaticDetectionSendWiFiAccessPoints', | 8430 'name': 'TimezoneAutomaticDetectionSendWiFiAccessPoints', |
8431 'value': 3, | 8431 'value': 3, |
8432 'caption': '''Always send WiFi acess-points to server while resolving
timezone.''', | 8432 'caption': '''Always send WiFi acess-points to server while resolving
timezone.''', |
8433 }, | 8433 }, |
8434 ], | 8434 ], |
8435 'supported_on': ['chrome_os:51-'], | 8435 'supported_on': ['chrome_os:53-'], |
8436 'device_only': True, | 8436 'device_only': True, |
8437 'features': { | 8437 'features': { |
8438 'dynamic_refresh': True, | 8438 'dynamic_refresh': True, |
8439 }, | 8439 }, |
8440 'example_value': 0, | 8440 'example_value': 0, |
8441 'id': 326, | 8441 'id': 326, |
8442 'caption': '''Configure the automatic timezone detection method''', | 8442 'caption': '''Configure the automatic timezone detection method''', |
8443 'tags': ['google-sharing'], | 8443 'tags': ['google-sharing'], |
8444 'desc': '''When this policy is set, automatic timezone detection flow will
be in one of the following ways depending on the value of the setting: | 8444 'desc': '''When this policy is set, automatic timezone detection flow will
be in one of the following ways depending on the value of the setting: |
8445 | 8445 |
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8702 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 8702 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
8703 'text': 'Default Settings (users can override)', | 8703 'text': 'Default Settings (users can override)', |
8704 }, | 8704 }, |
8705 'doc_complex_policies_on_windows': { | 8705 'doc_complex_policies_on_windows': { |
8706 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', | 8706 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', |
8707 '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>'
'', | 8707 '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>'
'', |
8708 }, | 8708 }, |
8709 }, | 8709 }, |
8710 'placeholders': [], | 8710 'placeholders': [], |
8711 } | 8711 } |
OLD | NEW |