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 2207 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2218 'text': '''Policy Name''' | 2218 'text': '''Policy Name''' |
2219 }, | 2219 }, |
2220 'doc_description_column_title': { | 2220 'doc_description_column_title': { |
2221 'desc': '''Appears at the top of the policy summary table, over the column
of short policy descriptions, in the generated policy documentation''', | 2221 'desc': '''Appears at the top of the policy summary table, over the column
of short policy descriptions, in the generated policy documentation''', |
2222 'text': '''Description''' | 2222 'text': '''Description''' |
2223 }, | 2223 }, |
2224 'doc_feature_dynamic_refresh': { | 2224 'doc_feature_dynamic_refresh': { |
2225 'desc': '''The name of the feature that indicates for a given policy that
changes to it are respected by Chrome without a browser restart''', | 2225 'desc': '''The name of the feature that indicates for a given policy that
changes to it are respected by Chrome without a browser restart''', |
2226 'text': '''Dynamic Policy Refresh''' | 2226 'text': '''Dynamic Policy Refresh''' |
2227 }, | 2227 }, |
| 2228 'doc_feature_can_be_recommended': { |
| 2229 'desc': '''The name of the feature that indicates for a given policy that
it can be recommended, instead of mandatory''', |
| 2230 'text': '''Can Be Recommended''' |
| 2231 }, |
2228 'doc_deprecated': { | 2232 'doc_deprecated': { |
2229 'desc': '''Text appended in parentheses to the policy name to indicate t h
at it has been deprecated''', | 2233 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', |
2230 'text': 'deprecated', | 2234 'text': 'deprecated', |
2231 } | 2235 }, |
| 2236 'doc_recommended': { |
| 2237 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
| 2238 'text': 'Recommended', |
| 2239 }, |
2232 }, | 2240 }, |
2233 'placeholders': [], | 2241 'placeholders': [], |
2234 } | 2242 } |
OLD | NEW |