Merge pull request #2102 from eileenmcnaughton/CRM-13744
[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
3 <!-- List the group whose members should appear as contacts on all Manage Case screens.\r
4 Only one group name is supported for now.\r
5 It needs to match the name column in the civicrm_group table (not the title), so avoid using space characters. -->\r
6 <group name="Case_Resources" />\r
7 <!-- Set this to 1 if you want case activity emails to be redacted -->\r
8ef12e64 8 <RedactActivityEmail>0</RedactActivityEmail>\r
6a488035
TO
9 <!-- Set this to 1 if you want to allow multiple clients to be associated with a single case -->\r
10 <AllowMultipleCaseClients>0</AllowMultipleCaseClients>\r
11 <!-- Set this to 1 if you want to have activity types on Manage Case\r
12 screen sorted in XML file order, default is alphabetical -->\r
8ef12e64 13 <NaturalActivityTypeSort>0</NaturalActivityTypeSort>\r
6a488035
TO
14 <!-- Add activity types which should NOT be editable here with editable = 0 -->\r
15 <ActivityTypes>\r
16 <ActivityType>\r
17 <name>Change Case Status</name>\r
18 <editable>0</editable>\r
19 </ActivityType>\r
20 <ActivityType>\r
21 <name>Change Case Start Date</name>\r
22 <editable>0</editable>\r
23 </ActivityType>\r
24 </ActivityTypes>\r
25</Settings>\r