[ 'group_name' => 'CiviCRM Preferences', 'group' => 'core', 'name' => 'civicaseRedactActivityEmail', 'type' => 'String', 'quick_form_type' => 'Select', 'html_type' => 'Select', 'html_attributes' => [ //'class' => 'crm-select2', ], 'default' => 'default', 'add' => '4.7', 'title' => ts('Redact Activity Email'), 'is_domain' => 1, 'is_contact' => 0, 'pseudoconstant' => [ 'callback' => 'CRM_Case_Info::getRedactOptions', ], 'description' => ts('Should activity emails be redacted? (Set "Default" to load setting from the legacy "Settings.xml" file.)'), 'help_text' => '', ], 'civicaseAllowMultipleClients' => [ 'group_name' => 'CiviCRM Preferences', 'group' => 'core', 'name' => 'civicaseAllowMultipleClients', 'type' => 'String', 'quick_form_type' => 'Select', 'html_type' => 'Select', 'html_attributes' => [ //'class' => 'crm-select2', ], 'default' => 'default', 'add' => '4.7', 'title' => ts('Allow Multiple Case Clients'), 'is_domain' => 1, 'is_contact' => 0, 'pseudoconstant' => [ 'callback' => 'CRM_Case_Info::getMultiClientOptions', ], 'description' => ts('How many clients may be associated with a given case? (Set "Default" to load setting from the legacy "Settings.xml" file.)'), 'help_text' => '', ], 'civicaseNaturalActivityTypeSort' => [ 'group_name' => 'CiviCRM Preferences', 'group' => 'core', 'name' => 'civicaseNaturalActivityTypeSort', 'type' => 'String', 'quick_form_type' => 'Select', 'html_type' => 'Select', 'html_attributes' => [ //'class' => 'crm-select2', ], 'default' => 'default', 'add' => '4.7', 'title' => ts('Activity Type Sorting'), 'is_domain' => 1, 'is_contact' => 0, 'pseudoconstant' => [ 'callback' => 'CRM_Case_Info::getSortOptions', ], 'description' => ts('How to sort activity-types on the "Manage Case" screen? (Set "Default" to load setting from the legacy "Settings.xml" file.)'), 'help_text' => '', ], 'civicaseActivityRevisions' => [ 'group_name' => 'CiviCRM Preferences', 'group' => 'core', 'name' => 'civicaseActivityRevisions', 'type' => 'Boolean', 'quick_form_type' => 'YesNo', 'default' => FALSE, 'html_type' => 'radio', 'add' => '4.7', 'title' => ts('Enable Embedded Activity Revisions'), 'is_domain' => 1, 'is_contact' => 0, 'description' => ts('Enable tracking of activity revisions embedded within the "civicrm_activity" table. Alternatively, see "Administer => System Settings => Misc => Logging".'), 'help_text' => '', ], ];