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 6594 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6605 }, | 6605 }, |
6606 'example_value': True, | 6606 'example_value': True, |
6607 'id': 272, | 6607 'id': 272, |
6608 'caption': '''Allows EasyUnlock to be used''', | 6608 'caption': '''Allows EasyUnlock to be used''', |
6609 'desc': '''Allows EasyUnlock to be used on <ph name="PRODUCT_OS_NAME">$2<e
x>Google Chrome OS</ex></ph> devices. | 6609 'desc': '''Allows EasyUnlock to be used on <ph name="PRODUCT_OS_NAME">$2<e
x>Google Chrome OS</ex></ph> devices. |
6610 | 6610 |
6611 If you enable this setting, users will be allowed to use EasyUnlock if the
requirements for the feature are satified. | 6611 If you enable this setting, users will be allowed to use EasyUnlock if the
requirements for the feature are satified. |
6612 | 6612 |
6613 If you disable this setting, users will not be allowed to use EasyUnlock. | 6613 If you disable this setting, users will not be allowed to use EasyUnlock. |
6614 | 6614 |
6615 If this policy is left not set, EasyUnlock is allowed if the requirements
for the feature are satified. | 6615 If this policy is left not set, the default is not allowed for enterprise-
managed users and allowed for non-managed users.''', |
6616 ''', | |
6617 }, | 6616 }, |
6618 { | 6617 { |
6619 'name': 'SessionLocales', | 6618 'name': 'SessionLocales', |
6620 'type': 'list', | 6619 'type': 'list', |
6621 'schema': { | 6620 'schema': { |
6622 'type': 'array', | 6621 'type': 'array', |
6623 'items': { 'type': 'string' }, | 6622 'items': { 'type': 'string' }, |
6624 }, | 6623 }, |
6625 'supported_on': ['chrome_os:38-'], | 6624 'supported_on': ['chrome_os:38-'], |
6626 'features': { | 6625 'features': { |
(...skipping 150 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6777 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 6776 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
6778 'text': 'Default Settings (users can override)', | 6777 'text': 'Default Settings (users can override)', |
6779 }, | 6778 }, |
6780 'doc_complex_policies_on_windows': { | 6779 'doc_complex_policies_on_windows': { |
6781 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', | 6780 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', |
6782 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL
ICIES_URL">http://www.chromium.org/administrators/complex-policies-on-windows<ex
>http://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>'''
, | 6781 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL
ICIES_URL">http://www.chromium.org/administrators/complex-policies-on-windows<ex
>http://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>'''
, |
6783 }, | 6782 }, |
6784 }, | 6783 }, |
6785 'placeholders': [], | 6784 'placeholders': [], |
6786 } | 6785 } |
OLD | NEW |