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 6589 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6600 }, | 6600 }, |
6601 'example_value': True, | 6601 'example_value': True, |
6602 'id': 272, | 6602 'id': 272, |
6603 'caption': '''Allows EasyUnlock to be used''', | 6603 'caption': '''Allows EasyUnlock to be used''', |
6604 'desc': '''Allows EasyUnlock to be used on <ph name="PRODUCT_OS_NAME">$2<e
x>Google Chrome OS</ex></ph> devices. | 6604 'desc': '''Allows EasyUnlock to be used on <ph name="PRODUCT_OS_NAME">$2<e
x>Google Chrome OS</ex></ph> devices. |
6605 | 6605 |
6606 If you enable this setting, users will be allowed to use EasyUnlock if the
requirements for the feature are satified. | 6606 If you enable this setting, users will be allowed to use EasyUnlock if the
requirements for the feature are satified. |
6607 | 6607 |
6608 If you disable this setting, users will not be allowed to use EasyUnlock. | 6608 If you disable this setting, users will not be allowed to use EasyUnlock. |
6609 | 6609 |
6610 If this policy is left not set, EasyUnlock is allowed if the requirements
for the feature are satified. | 6610 If this policy is left not set, the default is not allowed for enterprise-
managed users and allowed for non-managed users.''', |
6611 ''', | |
6612 }, | 6611 }, |
6613 { | 6612 { |
6614 'name': 'SessionLocales', | 6613 'name': 'SessionLocales', |
6615 'type': 'list', | 6614 'type': 'list', |
6616 'schema': { | 6615 'schema': { |
6617 'type': 'array', | 6616 'type': 'array', |
6618 'items': { 'type': 'string' }, | 6617 'items': { 'type': 'string' }, |
6619 }, | 6618 }, |
6620 'supported_on': ['chrome_os:38-'], | 6619 'supported_on': ['chrome_os:38-'], |
6621 'features': { | 6620 'features': { |
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6768 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', | 6767 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', |
6769 'text': 'deprecated', | 6768 'text': 'deprecated', |
6770 }, | 6769 }, |
6771 'doc_recommended': { | 6770 'doc_recommended': { |
6772 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 6771 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
6773 'text': 'Default Settings (users can override)', | 6772 'text': 'Default Settings (users can override)', |
6774 }, | 6773 }, |
6775 }, | 6774 }, |
6776 'placeholders': [], | 6775 'placeholders': [], |
6777 } | 6776 } |
OLD | NEW |