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 599 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
610 }, | 610 }, |
611 ], | 611 ], |
612 }, | 612 }, |
613 { | 613 { |
614 'name': 'ShowHomeButton', | 614 'name': 'ShowHomeButton', |
615 'type': 'main', | 615 'type': 'main', |
616 'supported_on': ['chrome.*:8-'], | 616 'supported_on': ['chrome.*:8-'], |
617 'features': {'dynamic_refresh': 1}, | 617 'features': {'dynamic_refresh': 1}, |
618 'example_value': True, | 618 'example_value': True, |
619 'caption': '''Show Home button on toolbar''', | 619 'caption': '''Show Home button on toolbar''', |
620 'desc': '''Shows the Home button on <ph name="PRODUCT_NAME">$1<ex>Google | 620 'desc': '''Shows the Home button on <ph name="PRODUCT_NAME">$1<ex>Google C
hrome</ex></ph>'s toolbar. |
621 Chrome</ex></ph>'s toolbar. | |
622 | 621 |
623 If you enable this setting, the Home button is always shown. | 622 If you enable this setting, the Home button is always shown. |
624 | 623 |
625 If you disable this setting, the Home button is never shown. | 624 If you disable this setting, the Home button is never shown. |
626 | 625 |
627 If you enable or disable this setting, users cannot change or override thi
s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''', | 626 If you enable or disable this setting, users cannot change or override thi
s setting in <ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph>.''', |
628 }, | 627 }, |
629 { | 628 { |
630 'name': 'DeveloperToolsDisabled', | 629 'name': 'DeveloperToolsDisabled', |
631 'type': 'main', | 630 'type': 'main', |
(...skipping 525 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1157 { | 1156 { |
1158 'key': '$4', | 1157 'key': '$4', |
1159 'value': 'http://www.chromium.org/developers/how-tos/chrome-frame-getting-
started' | 1158 'value': 'http://www.chromium.org/developers/how-tos/chrome-frame-getting-
started' |
1160 }, | 1159 }, |
1161 { | 1160 { |
1162 'key': '$5', | 1161 'key': '$5', |
1163 'value': 'http://www.chromium.org/administrators/policy-templates' | 1162 'value': 'http://www.chromium.org/administrators/policy-templates' |
1164 }, | 1163 }, |
1165 ] | 1164 ] |
1166 } | 1165 } |
OLD | NEW |