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 119 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
130 # templates and documentation. The policy definition list that Chrome sees | 130 # templates and documentation. The policy definition list that Chrome sees |
131 # will include policies marked with 'future'. If a WIP policy isn't meant to | 131 # will include policies marked with 'future'. If a WIP policy isn't meant to |
132 # be seen by the policy providers either, the 'supported_on' key should be set | 132 # be seen by the policy providers either, the 'supported_on' key should be set |
133 # to an empty list. | 133 # to an empty list. |
134 # | 134 # |
135 # IDs: | 135 # IDs: |
136 # Since a Protocol Buffer definition is generated from this file, unique and | 136 # Since a Protocol Buffer definition is generated from this file, unique and |
137 # persistent IDs for all fields (but not for groups!) are needed. These are | 137 # persistent IDs for all fields (but not for groups!) are needed. These are |
138 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, | 138 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, |
139 # because doing so would break the deployed wire format! | 139 # because doing so would break the deployed wire format! |
140 # For your editing convenience: highest ID currently used: 337 | 140 # For your editing convenience: highest ID currently used: 338 |
141 # | 141 # |
142 # Placeholders: | 142 # Placeholders: |
143 # The following placeholder strings are automatically substituted: | 143 # The following placeholder strings are automatically substituted: |
144 # $1 -> Google Chrome / Chromium | 144 # $1 -> Google Chrome / Chromium |
145 # $2 -> Google Chrome OS / Chromium OS | 145 # $2 -> Google Chrome OS / Chromium OS |
146 # $3 -> Google Chrome Frame / Chromium Frame | 146 # $3 -> Google Chrome Frame / Chromium Frame |
147 # $6 is reserved for doc_writer | 147 # $6 is reserved for doc_writer |
148 # | 148 # |
149 # Device Policy: | 149 # Device Policy: |
150 # An additional flag 'device_only' (optional, defaults to False) indicates | 150 # An additional flag 'device_only' (optional, defaults to False) indicates |
(...skipping 8613 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
8764 'tags': [], | 8764 'tags': [], |
8765 'desc': | 8765 'desc': |
8766 '''When this policy is set to true, Android app data is uploaded to Androi d Backup servers and restored from them upon app re-installations for compatible apps. | 8766 '''When this policy is set to true, Android app data is uploaded to Androi d Backup servers and restored from them upon app re-installations for compatible apps. |
8767 | 8767 |
8768 When this policy is set to false, Android Backup Service will be switched off. | 8768 When this policy is set to false, Android Backup Service will be switched off. |
8769 | 8769 |
8770 If this setting is configured then users are not able change it themselves . | 8770 If this setting is configured then users are not able change it themselves . |
8771 | 8771 |
8772 If this setting is not configured then users are able to turn Android Back up Service on and off in the Android Settings app.''', | 8772 If this setting is not configured then users are able to turn Android Back up Service on and off in the Android Settings app.''', |
8773 }, | 8773 }, |
8774 { | |
8775 'name': 'NTPContentSuggestionsEnabled', | |
8776 'type': 'main', | |
8777 'schema': { 'type': 'boolean' }, | |
8778 'supported_on': ['android:54-'], | |
8779 'features': { | |
8780 'dynamic_refresh': True, | |
8781 'per_profile': True, | |
8782 }, | |
8783 'example_value': True, | |
8784 'id': 338, | |
8785 'caption': '''Show content suggestions on the New Tab page''', | |
8786 'tags': [], | |
8787 'desc': | |
8788 '''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 or interests. | |
Thiemo Nagel
2016/07/29 16:10:46
Please use ' instead of ’.
Does the content not d
Marc Treib
2016/08/01 08:20:13
Good eyes! Done.
| |
8789 | |
8790 If this is set to false, no automatically-generated content suggestions wi ll be shown on the New Tab page.''', | |
Thiemo Nagel
2016/07/29 16:10:46
In my opinion present tense is better style.
Marc Treib
2016/08/01 08:20:13
Done.
| |
8791 }, | |
8774 ], | 8792 ], |
8775 'messages': { | 8793 'messages': { |
8776 # Messages that are not associated to any policies. | 8794 # Messages that are not associated to any policies. |
8777 'win_supported_winxpsp2': { | 8795 'win_supported_winxpsp2': { |
8778 'desc': '''A label specifying the oldest possible compatible version of Wi ndows. This text will appear right next to a label containing the text 'Supporte d on:'.''', | 8796 'desc': '''A label specifying the oldest possible compatible version of Wi ndows. This text will appear right next to a label containing the text 'Supporte d on:'.''', |
8779 'text': '''Microsoft Windows XP SP2 or later''' | 8797 'text': '''Microsoft Windows XP SP2 or later''' |
8780 }, | 8798 }, |
8781 'mac_chrome_preferences': { | 8799 'mac_chrome_preferences': { |
8782 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently the preferences of Chromium are being edited''', | 8800 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently the preferences of Chromium are being edited''', |
8783 'text': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> preferenc es''' | 8801 'text': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> preferenc es''' |
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
8893 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', | 8911 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', |
8894 'text': 'Default Settings (users can override)', | 8912 'text': 'Default Settings (users can override)', |
8895 }, | 8913 }, |
8896 'doc_complex_policies_on_windows': { | 8914 'doc_complex_policies_on_windows': { |
8897 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', | 8915 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', |
8898 '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>' '', | 8916 '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>' '', |
8899 }, | 8917 }, |
8900 }, | 8918 }, |
8901 'placeholders': [], | 8919 'placeholders': [], |
8902 } | 8920 } |
OLD | NEW |