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 8804 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8815 'name': 'NTPContentSuggestionsEnabled', | 8815 'name': 'NTPContentSuggestionsEnabled', |
8816 'type': 'main', | 8816 'type': 'main', |
8817 'schema': { 'type': 'boolean' }, | 8817 'schema': { 'type': 'boolean' }, |
8818 'supported_on': ['android:54-'], | 8818 'supported_on': ['android:54-'], |
8819 'features': { | 8819 'features': { |
8820 'dynamic_refresh': True, | 8820 'dynamic_refresh': True, |
8821 'per_profile': True, | 8821 'per_profile': True, |
8822 }, | 8822 }, |
8823 'example_value': True, | 8823 'example_value': True, |
8824 'id': 338, | 8824 'id': 338, |
| 8825 'default_for_enterprise_users': False, |
8825 'caption': '''Show content suggestions on the New Tab page''', | 8826 'caption': '''Show content suggestions on the New Tab page''', |
8826 'tags': [], | 8827 'tags': [], |
8827 'desc': | 8828 'desc': |
8828 '''If this is set to true or not set, the New Tab page may show content su
ggestions based on the user's browsing history, interests, or location. | 8829 '''If this is set to true or not set, the New Tab page may show content su
ggestions based on the user's browsing history, interests, or location. |
8829 | 8830 |
8830 If this is set to false, automatically-generated content suggestions are n
ot shown on the New Tab page.''', | 8831 If this is set to false, automatically-generated content suggestions are n
ot shown on the New Tab page.''', |
8831 }, | 8832 }, |
8832 { | 8833 { |
8833 'name': 'WebRtcUdpPortRange', | 8834 'name': 'WebRtcUdpPortRange', |
8834 'type': 'string', | 8835 'type': 'string', |
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
9001 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 9002 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
9002 'text': 'Default Settings (users can override)', | 9003 'text': 'Default Settings (users can override)', |
9003 }, | 9004 }, |
9004 'doc_complex_policies_on_windows': { | 9005 'doc_complex_policies_on_windows': { |
9005 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', | 9006 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', |
9006 '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>'
'', | 9007 '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>'
'', |
9007 }, | 9008 }, |
9008 }, | 9009 }, |
9009 'placeholders': [], | 9010 'placeholders': [], |
9010 } | 9011 } |
OLD | NEW |