3 +--------------------------------------------------------------------+
5 +--------------------------------------------------------------------+
6 | Copyright CiviCRM LLC (c) 2004-2019 |
7 +--------------------------------------------------------------------+
8 | This file is a part of CiviCRM. |
10 | CiviCRM is free software; you can copy, modify, and distribute it |
11 | under the terms of the GNU Affero General Public License |
12 | Version 3, 19 November 2007 and the CiviCRM Licensing Exception. |
14 | CiviCRM is distributed in the hope that it will be useful, but |
15 | WITHOUT ANY WARRANTY; without even the implied warranty of |
16 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. |
17 | See the GNU Affero General Public License for more details. |
19 | You should have received a copy of the GNU Affero General Public |
20 | License and the CiviCRM Licensing Exception along |
21 | with this program; if not, contact CiviCRM LLC |
22 | at info[AT]civicrm[DOT]org. If you have questions about the |
23 | GNU Affero General Public License or the licensing of CiviCRM, |
24 | see the CiviCRM license FAQ at http://civicrm.org/licensing |
25 +--------------------------------------------------------------------+
31 * @copyright CiviCRM LLC (c) 2004-2019
37 * Settings metadata file
40 'civicaseRedactActivityEmail' => array(
41 'group_name' => 'CiviCRM Preferences',
43 'name' => 'civicaseRedactActivityEmail',
45 'quick_form_type' => 'Select',
46 'html_type' => 'Select',
47 'html_attributes' => array(
48 //'class' => 'crm-select2',
50 'default' => 'default',
52 'title' => 'Redact Activity Email',
55 'pseudoconstant' => array(
56 'callback' => 'CRM_Case_Info::getRedactOptions',
58 'description' => 'Should activity emails be redacted? (Set "Default" to load setting from the legacy "Settings.xml" file.)',
61 'civicaseAllowMultipleClients' => array(
62 'group_name' => 'CiviCRM Preferences',
64 'name' => 'civicaseAllowMultipleClients',
66 'quick_form_type' => 'Select',
67 'html_type' => 'Select',
68 'html_attributes' => array(
69 //'class' => 'crm-select2',
71 'default' => 'default',
73 'title' => 'Allow Multiple Case Clients',
76 'pseudoconstant' => array(
77 'callback' => 'CRM_Case_Info::getMultiClientOptions',
79 'description' => 'How many clients may be associated with a given case? (Set "Default" to load setting from the legacy "Settings.xml" file.)',
82 'civicaseNaturalActivityTypeSort' => array(
83 'group_name' => 'CiviCRM Preferences',
85 'name' => 'civicaseNaturalActivityTypeSort',
87 'quick_form_type' => 'Select',
88 'html_type' => 'Select',
89 'html_attributes' => array(
90 //'class' => 'crm-select2',
92 'default' => 'default',
94 'title' => 'Activity Type Sorting',
97 'pseudoconstant' => array(
98 'callback' => 'CRM_Case_Info::getSortOptions',
100 'description' => 'How to sort activity-types on the "Manage Case" screen? (Set "Default" to load setting from the legacy "Settings.xml" file.)',
103 'civicaseActivityRevisions' => array(
104 'group_name' => 'CiviCRM Preferences',
106 'name' => 'civicaseActivityRevisions',
108 'quick_form_type' => 'YesNo',
110 'html_type' => 'radio',
112 'title' => 'Enable Embedded Activity Revisions',
115 'description' => 'Enable tracking of activity revisions embedded within the "civicrm_activity" table. Alternatively, see "Administer => System Settings => Misc => Logging".',