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

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

Issue 155573003: Add policy management for on-screen keyboard. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Update recommendation restorer. Created 6 years, 10 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 | Annotate | Revision Log
« no previous file with comments | « chrome/test/data/policy/policy_test_cases.json ('k') | tools/metrics/histograms/histograms.xml » ('j') | 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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 # templates and documentation. The policy definition list that Chrome sees 111 # templates and documentation. The policy definition list that Chrome sees
112 # will include policies marked with 'future'. If a WIP policy isn't meant to 112 # will include policies marked with 'future'. If a WIP policy isn't meant to
113 # be seen by the policy providers either, the 'supported_on' key should be set 113 # be seen by the policy providers either, the 'supported_on' key should be set
114 # to an empty list. 114 # to an empty list.
115 # 115 #
116 # IDs: 116 # IDs:
117 # Since a Protocol Buffer definition is generated from this file, unique and 117 # Since a Protocol Buffer definition is generated from this file, unique and
118 # persistent IDs for all fields (but not for groups!) are needed. These are 118 # persistent IDs for all fields (but not for groups!) are needed. These are
119 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs, 119 # specified by the 'id' keys of each policy. NEVER CHANGE EXISTING IDs,
120 # because doing so would break the deployed wire format! 120 # because doing so would break the deployed wire format!
121 # For your editing convenience: highest ID currently used: 254 121 # For your editing convenience: highest ID currently used: 256
122 # 122 #
123 # Placeholders: 123 # Placeholders:
124 # The following placeholder strings are automatically substituted: 124 # The following placeholder strings are automatically substituted:
125 # $1 -> Google Chrome / Chromium 125 # $1 -> Google Chrome / Chromium
126 # $2 -> Google Chrome OS / Chromium OS 126 # $2 -> Google Chrome OS / Chromium OS
127 # $3 -> Google Chrome Frame / Chromium Frame 127 # $3 -> Google Chrome Frame / Chromium Frame
128 # $6 is reserved for doc_writer 128 # $6 is reserved for doc_writer
129 # 129 #
130 # Device Policy: 130 # Device Policy:
131 # An additional flag device_only (optional, defaults to False) indicates 131 # An additional flag device_only (optional, defaults to False) indicates
(...skipping 5305 matching lines...) Expand 10 before | Expand all | Expand 10 after
5437 5437
5438 If this policy is set to true, high contrast mode will always be enabl ed. 5438 If this policy is set to true, high contrast mode will always be enabl ed.
5439 5439
5440 If this policy is set to false, high contrast mode will always be disa bled. 5440 If this policy is set to false, high contrast mode will always be disa bled.
5441 5441
5442 If you set this policy, users cannot change or override it. 5442 If you set this policy, users cannot change or override it.
5443 5443
5444 If this policy is left unset, high contrast mode is disabled initially but can be enabled by the user anytime.''' 5444 If this policy is left unset, high contrast mode is disabled initially but can be enabled by the user anytime.'''
5445 }, 5445 },
5446 { 5446 {
5447 'name': 'VirtualKeyboardEnabled',
5448 'type': 'main',
5449 'schema': { 'type': 'boolean' },
5450 'supported_on': ['chrome_os:34-'],
5451 'features': {
5452 'can_be_recommended': True,
5453 'dynamic_refresh': True,
5454 'per_profile': True,
5455 },
5456 'example_value': True,
5457 'id': 255,
5458 'caption': '''Enable on-screen keyboard''',
5459 'desc': '''Enable the on-screen keyboard accessibility feature.
5460
5461 If this policy is set to true, the on-screen keyboard will always be e nabled.
5462
5463 If this policy is set to false, the on-screen keyboard will always be disabled.
5464
5465 If you set this policy, users cannot change or override it.
5466
5467 If this policy is left unset, the on-screen keyboard is disabled initi ally but can be enabled by the user anytime.'''
5468 },
5469 {
5447 'name': 'ScreenMagnifierType', 5470 'name': 'ScreenMagnifierType',
5448 'type': 'int-enum', 5471 'type': 'int-enum',
5449 'schema': { 5472 'schema': {
5450 'type': 'integer', 5473 'type': 'integer',
5451 'enum': [ 0, 1 ], 5474 'enum': [ 0, 1 ],
5452 }, 5475 },
5453 'items': [ 5476 'items': [
5454 { 5477 {
5455 'name': 'None', 5478 'name': 'None',
5456 'value': 0, 5479 'value': 0,
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
5539 5562
5540 If this policy is set to true, high contrast mode will be enabled when the login screen is shown. 5563 If this policy is set to true, high contrast mode will be enabled when the login screen is shown.
5541 5564
5542 If this policy is set to false, high contrast mode will be disabled wh en the login screen is shown. 5565 If this policy is set to false, high contrast mode will be disabled wh en the login screen is shown.
5543 5566
5544 If you set this policy, users can temporarily override it by enabling or disabling high contrast mode. However, the user's choice is not persistent an d the default is restored whenever the login screen is shown anew or the user re mains idle on the login screen for a minute. 5567 If you set this policy, users can temporarily override it by enabling or disabling high contrast mode. However, the user's choice is not persistent an d the default is restored whenever the login screen is shown anew or the user re mains idle on the login screen for a minute.
5545 5568
5546 If this policy is left unset, high contrast mode is disabled when the login screen is first shown. Users can enable or disable high contrast mode anyt ime and its status on the login screen is persisted between users.''', 5569 If this policy is left unset, high contrast mode is disabled when the login screen is first shown. Users can enable or disable high contrast mode anyt ime and its status on the login screen is persisted between users.''',
5547 }, 5570 },
5548 { 5571 {
5572 'name': 'DeviceLoginScreenDefaultVirtualKeyboardEnabled',
5573 'type': 'main',
5574 'schema': { 'type': 'boolean' },
5575 'supported_on': ['chrome_os:34-'],
5576 'device_only': True,
5577 'features': {
5578 'dynamic_refresh': True,
5579 },
5580 'example_value': True,
5581 'id': 256,
5582 'caption': '''Set default state of the on-screen keyboard on the login screen''',
5583 'desc': '''Set the default state of the on-screen keyboard accessibili ty feature on the login screen.
5584
5585 If this policy is set to true, the on-screen keyboard will be enabled when the login screen is shown.
5586
5587 If this policy is set to false, the on-sreen keyboard will be disabled when the login screen is shown.
5588
5589 If you set this policy, users can temporarily override it by enabling or disabling the on-screen keyboard. However, the user's choice is not persisten t and the default is restored whenever the login screen is shown anew or the use r remains idle on the login screen for a minute.
5590
5591 If this policy is left unset, the on-screen keyboard is disabled when the login screen is first shown. Users can enable or disable the on-screen keybo ard anytime and its status on the login screen is persisted between users.''',
5592 },
5593 {
5549 'name': 'DeviceLoginScreenDefaultScreenMagnifierType', 5594 'name': 'DeviceLoginScreenDefaultScreenMagnifierType',
5550 'type': 'int-enum', 5595 'type': 'int-enum',
5551 'schema': { 5596 'schema': {
5552 'type': 'integer', 5597 'type': 'integer',
5553 'enum': [ 0, 1 ], 5598 'enum': [ 0, 1 ],
5554 }, 5599 },
5555 'items': [ 5600 'items': [
5556 { 5601 {
5557 'name': 'None', 5602 'name': 'None',
5558 'value': 0, 5603 'value': 0,
(...skipping 563 matching lines...) Expand 10 before | Expand all | Expand 10 after
6122 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''', 6167 'desc': '''Text appended in parentheses to the policy name to indicate tha t it has been deprecated''',
6123 'text': 'deprecated', 6168 'text': 'deprecated',
6124 }, 6169 },
6125 'doc_recommended': { 6170 'doc_recommended': {
6126 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''', 6171 'desc': '''Text appended in parentheses next to the policies top-level con tainer to indicate that those policies are of the Recommended level''',
6127 'text': 'Default Settings (users can override)', 6172 'text': 'Default Settings (users can override)',
6128 }, 6173 },
6129 }, 6174 },
6130 'placeholders': [], 6175 'placeholders': [],
6131 } 6176 }
OLDNEW
« no previous file with comments | « chrome/test/data/policy/policy_test_cases.json ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698