Merge pull request #9783 from mattwire/back_to_single_lang
[civicrm-core.git] / CRM / Case / xml / configuration.sample / Settings.xml
CommitLineData
6a488035
TO
1<?xml version="1.0" encoding="UTF-8"?>\r
2<Settings>\r
74691fc1
TO
3 <!--\r
4 DEPRECATED\r
5\r
6 The settings in this document should be migrated to the conventional settings framework, which allows\r
7 a greater variety of configuration-management practices (e.g. web-based config, API access, file overrides).\r
8 -->\r
9\r
6a488035
TO
10 <!-- List the group whose members should appear as contacts on all Manage Case screens.\r
11 Only one group name is supported for now.\r
12 It needs to match the name column in the civicrm_group table (not the title), so avoid using space characters. -->\r
13 <group name="Case_Resources" />\r
74691fc1 14\r
6a488035 15 <!-- Set this to 1 if you want case activity emails to be redacted -->\r
74691fc1
TO
16 <!-- SEE ALSO: Setting "civicaseRedactActivityEmail" -->\r
17 <RedactActivityEmail>0</RedactActivityEmail>\r
18\r
6a488035 19 <!-- Set this to 1 if you want to allow multiple clients to be associated with a single case -->\r
c8fd28dc 20 <!-- SEE ALSO: Setting "civicaseAllowMultipleClients" -->\r
6a488035 21 <AllowMultipleCaseClients>0</AllowMultipleCaseClients>\r
74691fc1 22\r
6a488035
TO
23 <!-- Set this to 1 if you want to have activity types on Manage Case\r
24 screen sorted in XML file order, default is alphabetical -->\r
74691fc1 25 <!-- SEE ALSO: Setting "civicaseNaturalActivityTypeSort" -->\r
8ef12e64 26 <NaturalActivityTypeSort>0</NaturalActivityTypeSort>\r
74691fc1 27\r
6a488035
TO
28 <!-- Add activity types which should NOT be editable here with editable = 0 -->\r
29 <ActivityTypes>\r
30 <ActivityType>\r
31 <name>Change Case Status</name>\r
32 <editable>0</editable>\r
33 </ActivityType>\r
34 <ActivityType>\r
35 <name>Change Case Start Date</name>\r
36 <editable>0</editable>\r
37 </ActivityType>\r
38 </ActivityTypes>\r
39</Settings>\r