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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
105 # templates and documentation. The policy definition list that Chrome sees | 105 # templates and documentation. The policy definition list that Chrome sees |
106 # will include policies marked with 'future'. If a WIP policy isn't meant to | 106 # will include policies marked with 'future'. If a WIP policy isn't meant to |
107 # be seen by the policy providers either, the 'supported_on' key should be set | 107 # be seen by the policy providers either, the 'supported_on' key should be set |
108 # to an empty list. | 108 # to an empty list. |
109 # | 109 # |
110 # IDs: | 110 # IDs: |
111 # Since a Protocol Buffer definition is generated from this file, unique and | 111 # Since a Protocol Buffer definition is generated from this file, unique and |
112 # persistent IDs for all fields (but not for groups!) are needed. These are | 112 # persistent IDs for all fields (but not for groups!) are needed. These are |
113 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, | 113 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, |
114 # because doing so would break the deployed wire format! | 114 # because doing so would break the deployed wire format! |
115 # For your editing convenience: highest ID currently used: 143 | 115 # For your editing convenience: highest ID currently used: 144 |
116 # | 116 # |
117 # Placeholders: | 117 # Placeholders: |
118 # The following placeholder strings are automatically substituted: | 118 # The following placeholder strings are automatically substituted: |
119 # $1 -> Google Chrome / Chromium | 119 # $1 -> Google Chrome / Chromium |
120 # $2 -> Google Chrome OS / Chromium OS | 120 # $2 -> Google Chrome OS / Chromium OS |
121 # $3 -> Google Chrome Frame / Chromium Frame | 121 # $3 -> Google Chrome Frame / Chromium Frame |
122 # $6 is reserved for doc_writer | 122 # $6 is reserved for doc_writer |
123 # | 123 # |
124 # Device Policy: | 124 # Device Policy: |
125 # An additional flag device_only (optional, defaults to False) indicates | 125 # An additional flag device_only (optional, defaults to False) indicates |
(...skipping 2504 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2630 'id': 140, | 2630 'id': 140, |
2631 'caption': '''Disables GData over Cellular connections''', | 2631 'caption': '''Disables GData over Cellular connections''', |
2632 'desc': '''Disables Google Docs syncing when using a cellular connecti on when set to True. | 2632 'desc': '''Disables Google Docs syncing when using a cellular connecti on when set to True. |
2633 | 2633 |
2634 - i.e. data is only synced to Google Docs when connected via WiFi or E thernet. | 2634 - i.e. data is only synced to Google Docs when connected via WiFi or E thernet. |
2635 | 2635 |
2636 - if not set or false, users will be able to transfer files to Google Docs via cellular connections.''', | 2636 - if not set or false, users will be able to transfer files to Google Docs via cellular connections.''', |
2637 }, | 2637 }, |
2638 ], | 2638 ], |
2639 }, | 2639 }, |
2640 { | |
2641 'name': 'PinnedLauncherApps', | |
2642 'type': 'list', | |
2643 'supported_on': ['chrome_os:20-' ], | |
2644 'features': { | |
2645 'dynamic_refresh': True, | |
2646 'can_be_recommended': True, | |
2647 }, | |
2648 'example_value': ['pjkljhegncpnkpknbcohdijeoejaedia'], | |
2649 'id': 144, | |
2650 'caption': '''List of pinned apps to show in the launcher''', | |
2651 'desc': '''Lists the application identifiers <ph name="PRODUCT_OS_NAME">$2 <ex>Google Chrome OS</ex></ph> shows as pinned apps in the launcher bar. | |
2652 | |
2653 If this policy is configured, the set of applications is fixed and can't b e changed by the user. | |
2654 | |
2655 If this policy is left unset, the user may change the list of pinned apps in the launcher..''', | |
Joao da Silva
2012/05/03 18:41:22
nit: one .
Mattias Nissler (ping if slow)
2012/05/03 20:13:04
Done.
| |
2656 }, | |
2640 ], | 2657 ], |
2641 'messages': { | 2658 'messages': { |
2642 # Messages that are not associated to any policies. | 2659 # Messages that are not associated to any policies. |
2643 'win_supported_winxpsp2': { | 2660 'win_supported_winxpsp2': { |
2644 'desc': '''A label specifying the oldest possible compatible version of Wi ndows. This text will appear right next to a label containing the text 'Supporte d on:'.''', | 2661 'desc': '''A label specifying the oldest possible compatible version of Wi ndows. This text will appear right next to a label containing the text 'Supporte d on:'.''', |
2645 'text': '''Microsoft Windows XP SP2 or later''' | 2662 'text': '''Microsoft Windows XP SP2 or later''' |
2646 }, | 2663 }, |
2647 'mac_chrome_preferences': { | 2664 'mac_chrome_preferences': { |
2648 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently the preferences of Chrome are being edited''', | 2665 'desc': '''A text indicating in Mac OS X Workgroup Manager, that currently the preferences of Chrome are being edited''', |
2649 'text': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> preferenc es''' | 2666 'text': '''<ph name="PRODUCT_NAME">$1<ex>Google Chrome</ex></ph> preferenc es''' |
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2728 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''', | 2745 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''', |
2729 'text': 'deprecated', | 2746 'text': 'deprecated', |
2730 }, | 2747 }, |
2731 'doc_recommended': { | 2748 'doc_recommended': { |
2732 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', | 2749 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', |
2733 'text': 'Recommended', | 2750 'text': 'Recommended', |
2734 }, | 2751 }, |
2735 }, | 2752 }, |
2736 'placeholders': [], | 2753 'placeholders': [], |
2737 } | 2754 } |
OLD | NEW |