| 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 7275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7286 'text': '''Data type:''' | 7286 'text': '''Data type:''' |
| 7287 }, | 7287 }, |
| 7288 'doc_win_reg_loc': { | 7288 'doc_win_reg_loc': { |
| 7289 'desc': '''Caption text of the field 'windows registry location' in the su
mmary chart of a policy in the generated documentation''', | 7289 'desc': '''Caption text of the field 'windows registry location' in the su
mmary chart of a policy in the generated documentation''', |
| 7290 'text': '''Windows registry location:''' | 7290 'text': '''Windows registry location:''' |
| 7291 }, | 7291 }, |
| 7292 'doc_mac_linux_pref_name': { | 7292 'doc_mac_linux_pref_name': { |
| 7293 'desc': '''Caption text of the field 'mac/linux preference name' in the su
mmary chart of a policy in the generated documentation''', | 7293 'desc': '''Caption text of the field 'mac/linux preference name' in the su
mmary chart of a policy in the generated documentation''', |
| 7294 'text': '''Mac/Linux preference name:''' | 7294 'text': '''Mac/Linux preference name:''' |
| 7295 }, | 7295 }, |
| 7296 'doc_android_restriction_name': { | |
| 7297 'desc': '''Caption text of the field 'android restriction name' in the sum
mary chart of a policy in the generated documentation''', | |
| 7298 'text': '''Android restriction name:''' | |
| 7299 }, | |
| 7300 'doc_supported_on': { | 7296 'doc_supported_on': { |
| 7301 'desc': '''Caption text of the list of 'products, platforms and versions w
here this policy is supported' in the summary chart of a policy in the generated
documentation''', | 7297 'desc': '''Caption text of the list of 'products, platforms and versions w
here this policy is supported' in the summary chart of a policy in the generated
documentation''', |
| 7302 'text': '''Supported on:''' | 7298 'text': '''Supported on:''' |
| 7303 }, | 7299 }, |
| 7304 'doc_since_version': { | 7300 'doc_since_version': { |
| 7305 'desc': '''Text in the summary chart of a policy that specifies the versio
n number in which the policy was introduced.''', | 7301 'desc': '''Text in the summary chart of a policy that specifies the versio
n number in which the policy was introduced.''', |
| 7306 'text': '''since version <ph name="SINCE_VERSION">$6<ex>8</ex></ph>''' | 7302 'text': '''since version <ph name="SINCE_VERSION">$6<ex>8</ex></ph>''' |
| 7307 }, | 7303 }, |
| 7308 'doc_until_version': { | 7304 'doc_until_version': { |
| 7309 'desc': '''Text in the summary chart of a policy that specifies the versio
n number after which the policy was dropped.''', | 7305 'desc': '''Text in the summary chart of a policy that specifies the versio
n number after which the policy was dropped.''', |
| (...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7388 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 7384 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
| 7389 'text': 'Default Settings (users can override)', | 7385 'text': 'Default Settings (users can override)', |
| 7390 }, | 7386 }, |
| 7391 'doc_complex_policies_on_windows': { | 7387 'doc_complex_policies_on_windows': { |
| 7392 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', | 7388 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', |
| 7393 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL
ICIES_URL">http://www.chromium.org/administrators/complex-policies-on-windows<ex
>http://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>'''
, | 7389 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL
ICIES_URL">http://www.chromium.org/administrators/complex-policies-on-windows<ex
>http://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>'''
, |
| 7394 }, | 7390 }, |
| 7395 }, | 7391 }, |
| 7396 'placeholders': [], | 7392 'placeholders': [], |
| 7397 } | 7393 } |
| OLD | NEW |