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 6757 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6768 'text': '''Per Profile''' | 6768 'text': '''Per Profile''' |
6769 }, | 6769 }, |
6770 'doc_deprecated': { | 6770 'doc_deprecated': { |
6771 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', | 6771 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', |
6772 'text': 'deprecated', | 6772 'text': 'deprecated', |
6773 }, | 6773 }, |
6774 'doc_recommended': { | 6774 'doc_recommended': { |
6775 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 6775 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
6776 'text': 'Default Settings (users can override)', | 6776 'text': 'Default Settings (users can override)', |
6777 }, | 6777 }, |
| 6778 'doc_complex_policies_on_windows': { |
| 6779 'desc': '''Text pointing the user to a help article for complex policies o
n Windows''', |
| 6780 '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>'''
, |
| 6781 }, |
6778 }, | 6782 }, |
6779 'placeholders': [], | 6783 'placeholders': [], |
6780 } | 6784 } |
OLD | NEW |