Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(384)

Side by Side Diff: components/policy/resources/policy_templates.json

Issue 2031543002: Updated description for Managed Bookmarks policy. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Improved readability. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 7494 matching lines...) Expand 10 before | Expand all | Expand 10 after
7505 'ios:35-47', 7505 'ios:35-47',
7506 'chrome.*:37-', 7506 'chrome.*:37-',
7507 'chrome_os:37-', 7507 'chrome_os:37-',
7508 ], 7508 ],
7509 'features': { 7509 'features': {
7510 'dynamic_refresh': True, 7510 'dynamic_refresh': True,
7511 'per_profile': True, 7511 'per_profile': True,
7512 }, 7512 },
7513 'example_value': [ 7513 'example_value': [
7514 { 7514 {
7515 "toplevel_name": "My managed bookmarks"
7516 }, {
7515 "name": "Google", 7517 "name": "Google",
7516 "url": "google.com" 7518 "url": "google.com"
7517 }, { 7519 }, {
7518 "name": "Youtube", 7520 "name": "Youtube",
7519 "url": "youtube.com" 7521 "url": "youtube.com"
7520 }, { 7522 }, {
7521 "name": "Chrome links", 7523 "name": "Chrome links",
7522 "children": [ 7524 "children": [
7523 { 7525 {
7524 "name": "Chromium", 7526 "name": "Chromium",
(...skipping 18 matching lines...) Expand all
7543 name="URL">"url"</ph> key but with an additional <ph 7545 name="URL">"url"</ph> key but with an additional <ph
7544 name="CHILDREN">"children"</ph> key which itself contains a list of 7546 name="CHILDREN">"children"</ph> key which itself contains a list of
7545 bookmarks as defined above (some of which may be folders again). <ph 7547 bookmarks as defined above (some of which may be folders again). <ph
7546 name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> amends incomplete URLs 7548 name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> amends incomplete URLs
7547 as if they were submitted via the Omnibox, for example <ph 7549 as if they were submitted via the Omnibox, for example <ph
7548 name="GOOGLE_COM">"google.com"</ph> becomes <ph 7550 name="GOOGLE_COM">"google.com"</ph> becomes <ph
7549 name="HTTPS_GOOGLE_COM">"https://google.com/"</ph>. 7551 name="HTTPS_GOOGLE_COM">"https://google.com/"</ph>.
7550 7552
7551 These bookmarks are placed in a "Managed bookmarks" folder that can't be m odified by the user, but the user can choose to hide it from the bookmark bar. M anaged bookmarks are not synced to the user account and can't be modified by ext ensions. 7553 These bookmarks are placed in a "Managed bookmarks" folder that can't be m odified by the user, but the user can choose to hide it from the bookmark bar. M anaged bookmarks are not synced to the user account and can't be modified by ext ensions.
7552 7554
7553 The folder name for the bookmarks is customizable by adding a {"toplevel_n ame": "some name"} list item.''', 7555 Starting with release 51, the folder name for the bookmarks is customizabl e by adding a {"toplevel_name": "some name"} list item.''',
7554 }, 7556 },
7555 { 7557 {
7556 'name': 'DataCompressionProxyEnabled', 7558 'name': 'DataCompressionProxyEnabled',
7557 'type': 'main', 7559 'type': 'main',
7558 'schema': { 'type': 'boolean' }, 7560 'schema': { 'type': 'boolean' },
7559 'supported_on': ['android:31-'], 7561 'supported_on': ['android:31-'],
7560 'features': { 7562 'features': {
7561 'dynamic_refresh': True, 7563 'dynamic_refresh': True,
7562 'per_profile': True, 7564 'per_profile': True,
7563 }, 7565 },
(...skipping 1138 matching lines...) Expand 10 before | Expand all | Expand 10 after
8702 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 8704 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
8703 'text': 'Default Settings (users can override)', 8705 'text': 'Default Settings (users can override)',
8704 }, 8706 },
8705 'doc_complex_policies_on_windows': { 8707 'doc_complex_policies_on_windows': {
8706 'desc': '''Text pointing the user to a help article for complex policies o n Windows''', 8708 'desc': '''Text pointing the user to a help article for complex policies o n Windows''',
8707 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL ICIES_URL">https://www.chromium.org/administrators/complex-policies-on-windows<e x>https://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>' '', 8709 'text': '''encoded as a JSON string, for details see <ph name="COMPLEX_POL ICIES_URL">https://www.chromium.org/administrators/complex-policies-on-windows<e x>https://www.chromium.org/administrators/complex-policies-on-windows</ex></ph>' '',
8708 }, 8710 },
8709 }, 8711 },
8710 'placeholders': [], 8712 'placeholders': [],
8711 } 8713 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698