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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
93 # policy configuration files. 'dynamic_refresh' controls if the generated | 93 # policy configuration files. 'dynamic_refresh' controls if the generated |
94 # documentation should state that the policy supports dynamic refresh or not. | 94 # documentation should state that the policy supports dynamic refresh or not. |
95 # Supporting dynamic refresh means that Chrome respects the changes to the | 95 # Supporting dynamic refresh means that Chrome respects the changes to the |
96 # policy immediately, without the need for restart. | 96 # policy immediately, without the need for restart. |
97 # | 97 # |
98 # IDs: | 98 # IDs: |
99 # Since a Protocol Buffer definition is generated from this file, unique and | 99 # Since a Protocol Buffer definition is generated from this file, unique and |
100 # persistent IDs for all fields (but not for groups!) are needed. These are | 100 # persistent IDs for all fields (but not for groups!) are needed. These are |
101 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, | 101 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, |
102 # because doing so would break the deployed wire format! | 102 # because doing so would break the deployed wire format! |
103 # For your editing convenience: highest ID currently used: 109 | 103 # For your editing convenience: highest ID currently used: 111 |
104 # | 104 # |
105 # Placeholders: | 105 # Placeholders: |
106 # The following placeholder strings are automatically substituted: | 106 # The following placeholder strings are automatically substituted: |
107 # $1 -> Google Chrome / Chromium | 107 # $1 -> Google Chrome / Chromium |
108 # $2 -> Google Chrome OS / Chromium OS | 108 # $2 -> Google Chrome OS / Chromium OS |
109 # $3 -> Google Chrome Frame / Chromium Frame | 109 # $3 -> Google Chrome Frame / Chromium Frame |
110 # $6 is reserved for doc_writer | 110 # $6 is reserved for doc_writer |
111 # | 111 # |
112 # Device Policy: | 112 # Device Policy: |
113 # An additional flag device_only (optional, defaults to False) indicates | 113 # An additional flag device_only (optional, defaults to False) indicates |
(...skipping 1947 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2061 'future': False, | 2061 'future': False, |
2062 'example_value': True, | 2062 'example_value': True, |
2063 'id': 109, | 2063 'id': 109, |
2064 'caption': '''Enable submission of documents to <ph name="CLOUD_PRINT_NAME ">Google Cloud Print</ph>''', | 2064 'caption': '''Enable submission of documents to <ph name="CLOUD_PRINT_NAME ">Google Cloud Print</ph>''', |
2065 'desc': ''' Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex>< /ph> to submit documents to <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph> for printing. NOTE: This only affects <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph> support in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. It does not prevent users from submitting print jobs on web sites. | 2065 'desc': ''' Enables <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex>< /ph> to submit documents to <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph> for printing. NOTE: This only affects <ph name="CLOUD_PRINT_NAME">Google Cloud Print</ph> support in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>. It does not prevent users from submitting print jobs on web sites. |
2066 | 2066 |
2067 If this setting is enabled or not configured, users can print to <ph name= "CLOUD_PRINT_NAME">Google Cloud Print</ph> from the <ph name="PRODUCT_NAME">$1<e x>Google Chrome</ex></ph> print dialog. | 2067 If this setting is enabled or not configured, users can print to <ph name= "CLOUD_PRINT_NAME">Google Cloud Print</ph> from the <ph name="PRODUCT_NAME">$1<e x>Google Chrome</ex></ph> print dialog. |
2068 | 2068 |
2069 If this setting is disabled, users cannot print to <ph name="CLOUD_PRINT_N AME">Google Cloud Print</ph> from the <ph name="PRODUCT_NAME">$1<ex>Google Chrom e</ex></ph> print dialog''', | 2069 If this setting is disabled, users cannot print to <ph name="CLOUD_PRINT_N AME">Google Cloud Print</ph> from the <ph name="PRODUCT_NAME">$1<ex>Google Chrom e</ex></ph> print dialog''', |
2070 }, | 2070 }, |
2071 { | |
2072 'name': 'EnterpriseWebStoreURL', | |
2073 'type': 'string', | |
2074 'supported_on': ['chrome.*:17-','chrome_os:0.17-'], | |
2075 'features': {'dynamic_refresh': 1}, | |
2076 'future': False, | |
2077 'example_value': 'http://company-intranet/chromeapps', | |
2078 'id': 110, | |
2079 'caption': '''Enterprise web store URL''', | |
2080 'desc': '''Enables an enterprise web store, where users can install Chrome apps and extensions.''', | |
Mattias Nissler (ping if slow)
2011/11/18 09:38:43
Can you put some more detail on what happens when
Patrick Dubroy
2011/11/18 09:59:11
Done.
| |
2081 }, | |
2082 { | |
2083 'name': 'EnterpriseWebStoreName', | |
2084 'type': 'string', | |
2085 'supported_on': ['chrome.*:17-','chrome_os:0.17-'], | |
2086 'features': {'dynamic_refresh': 1}, | |
2087 'future': False, | |
2088 'example_value': 'WidgCo Chrome Apps', | |
2089 'id': 111, | |
2090 'caption': '''Enterprise web store name''', | |
2091 'desc': '''The name of your enterprise web store, which will be shown on t he new tab page.''', | |
2092 }, | |
2071 ], | 2093 ], |
2072 'messages': { | 2094 'messages': { |
2073 # Messages that are not associated to any policies. | 2095 # Messages that are not associated to any policies. |
2074 'win_supported_winxpsp2': { | 2096 'win_supported_winxpsp2': { |
2075 '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:'.''', | 2097 '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:'.''', |
2076 'text': '''Microsoft Windows XP SP2 or later''' | 2098 'text': '''Microsoft Windows XP SP2 or later''' |
2077 }, | 2099 }, |
2078 'mac_chrome_preferences': { | 2100 'mac_chrome_preferences': { |
2079 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently the preferences of Chrome are being edited''', | 2101 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently the preferences of Chrome are being edited''', |
2080 'text': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> preferenc es''' | 2102 'text': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> preferenc es''' |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2151 'desc': '''The name of the feature that indicates for a given policy that changes to it are respected by Chrome without a browser restart''', | 2173 'desc': '''The name of the feature that indicates for a given policy that changes to it are respected by Chrome without a browser restart''', |
2152 'text': '''Dynamic Policy Refresh''' | 2174 'text': '''Dynamic Policy Refresh''' |
2153 }, | 2175 }, |
2154 'doc_deprecated': { | 2176 'doc_deprecated': { |
2155 'desc': '''Text appended in parentheses to the policy name to indicate t h at it has been deprecated''', | 2177 'desc': '''Text appended in parentheses to the policy name to indicate t h at it has been deprecated''', |
2156 'text': 'deprecated', | 2178 'text': 'deprecated', |
2157 } | 2179 } |
2158 }, | 2180 }, |
2159 'placeholders': [], | 2181 'placeholders': [], |
2160 } | 2182 } |
OLD | NEW |