Skip to content
Snippets Groups Projects
Commit 86eeab72 authored by Deepak Srivastava's avatar Deepak Srivastava
Browse files

CRM-12846, settings metadata spec

----------------------------------------
* CRM-12846: API support for toggling components by storing 'enableComponents' config in settings table
  http://issues.civicrm.org/jira/browse/CRM-12846
parent 3124edb3
No related branches found
No related tags found
No related merge requests found
......@@ -592,4 +592,25 @@ When enabled, statistics about your CiviCRM installation are reported anonymousl
'description' => "If enabled, contacts with the permission to edit a related contact will inherit that contact's permission to edit other related contacts",
'help_text' => null,
),
'enable_components' => array(
'group_name' => 'CiviCRM Preferences',
'group' => 'core',
'name' => 'enable_components',
'type' => 'Array',
'quick_form_type' => 'Element',
'html_type' => 'advmultiselect',
'html_attributes' => array(
'size' => 5,
'style' => 'width:150px',
'class' => 'advmultiselect',
),
'default' => array('CiviEvent', 'CiviContribute', 'CiviMember', 'CiviMail', 'CiviReport', 'CiviCase'),
'add' => '4.4',
'title' => 'Enable Components',
'is_domain' => '1',
'is_contact' => 0,
'description' => null,
'help_text' => null,
),
);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment