| 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 6222 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6233 'schema': { | 6233 'schema': { |
| 6234 'type': 'object', | 6234 'type': 'object', |
| 6235 'items': { | 6235 'items': { |
| 6236 'type': 'object', | 6236 'type': 'object', |
| 6237 'properties': { | 6237 'properties': { |
| 6238 'name': { 'type': 'string' }, | 6238 'name': { 'type': 'string' }, |
| 6239 'url': { 'type': 'string' }, | 6239 'url': { 'type': 'string' }, |
| 6240 }, | 6240 }, |
| 6241 }, | 6241 }, |
| 6242 }, | 6242 }, |
| 6243 'supported_on': ['android:30-'], | 6243 'supported_on': ['android:30-', 'ios:35-'], |
| 6244 'features': { | 6244 'features': { |
| 6245 'dynamic_refresh': True, | 6245 'dynamic_refresh': True, |
| 6246 'per_profile': True, | 6246 'per_profile': True, |
| 6247 }, | 6247 }, |
| 6248 'future': True, | 6248 'future': True, |
| 6249 'example_value': { "name": "Google", "url": "google.com" }, | 6249 'example_value': { "name": "Google", "url": "google.com" }, |
| 6250 'id': 227, | 6250 'id': 227, |
| 6251 'caption': '''Managed Bookmarks''', | 6251 'caption': '''Managed Bookmarks''', |
| 6252 'desc': '''Configures a list of managed bookmarks. | 6252 'desc': '''Configures a list of managed bookmarks. |
| 6253 | 6253 |
| (...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6420 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', | 6420 'desc': '''Text appended in parentheses to the policy name to indicate tha
t it has been deprecated''', |
| 6421 'text': 'deprecated', | 6421 'text': 'deprecated', |
| 6422 }, | 6422 }, |
| 6423 'doc_recommended': { | 6423 'doc_recommended': { |
| 6424 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', | 6424 'desc': '''Text appended in parentheses next to the policies top-level con
tainer to indicate that those policies are of the Recommended level''', |
| 6425 'text': 'Default Settings (users can override)', | 6425 'text': 'Default Settings (users can override)', |
| 6426 }, | 6426 }, |
| 6427 }, | 6427 }, |
| 6428 'placeholders': [], | 6428 'placeholders': [], |
| 6429 } | 6429 } |
| OLD | NEW |