| 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 5875 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5886 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', | 5886 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', |
| 5887 'text': 'deprecated', | 5887 'text': 'deprecated', |
| 5888 }, | 5888 }, |
| 5889 'doc_recommended': { | 5889 'doc_recommended': { |
| 5890 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 5890 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
| 5891 'text': 'Default Settings (users can override)', | 5891 'text': 'Default Settings (users can override)', |
| 5892 }, | 5892 }, |
| 5893 }, | 5893 }, |
| 5894 'placeholders': [], | 5894 'placeholders': [], |
| 5895 } | 5895 } |
| OLD | NEW |