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 4637 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4648 'features': { | 4648 'features': { |
4649 'dynamic_refresh': True, | 4649 'dynamic_refresh': True, |
4650 }, | 4650 }, |
4651 'example_value': True, | 4651 'example_value': True, |
4652 'id': 236, | 4652 'id': 236, |
4653 'caption': '''Use 24 hour clock by default''', | 4653 'caption': '''Use 24 hour clock by default''', |
4654 'desc': '''Specifies the clock format be used for the device. | 4654 'desc': '''Specifies the clock format be used for the device. |
4655 | 4655 |
4656 This policy configures the clock format to use on the login screen and as
a default for user sessions. Users can still override the clock format for their
account. | 4656 This policy configures the clock format to use on the login screen and as
a default for user sessions. Users can still override the clock format for their
account. |
4657 | 4657 |
4658 If the policy is not set to true, the device will use a 24 hour clock form
at. If the policy is set to false, the device will use 12 hour clock format. | 4658 If the policy is set to true, the device will use a 24 hour clock format.
If the policy is set to false, the device will use 12 hour clock format. |
4659 | 4659 |
4660 If this policy is not set, the device will default to a 24 hour clock form
at.''', | 4660 If this policy is not set, the device will default to a 24 hour clock form
at.''', |
4661 }, | 4661 }, |
4662 { | 4662 { |
4663 'name': 'ShowLogoutButtonInTray', | 4663 'name': 'ShowLogoutButtonInTray', |
4664 'type': 'main', | 4664 'type': 'main', |
4665 'schema': { 'type': 'boolean' }, | 4665 'schema': { 'type': 'boolean' }, |
4666 'supported_on': ['chrome_os:25-'], | 4666 'supported_on': ['chrome_os:25-'], |
4667 'features': { | 4667 'features': { |
4668 'dynamic_refresh': True, | 4668 'dynamic_refresh': True, |
(...skipping 1866 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6535 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', | 6535 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', |
6536 'text': 'deprecated', | 6536 'text': 'deprecated', |
6537 }, | 6537 }, |
6538 'doc_recommended': { | 6538 'doc_recommended': { |
6539 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 6539 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
6540 'text': 'Default Settings (users can override)', | 6540 'text': 'Default Settings (users can override)', |
6541 }, | 6541 }, |
6542 }, | 6542 }, |
6543 'placeholders': [], | 6543 'placeholders': [], |
6544 } | 6544 } |
OLD | NEW |