Merge pull request #15271 from seamuslee001/dev_drupal_52
[civicrm-core.git] / tests / fixtures / case_types.json
CommitLineData
b01b546f
TO
1{
2 "civicrm_case_type": [
3 {
4 "id": 1,
5 "name": "housing_support",
6 "title": "Housing Support",
7 "description": "Help homeless individuals obtain temporary and long-term housing",
8 "is_active": 1,
9 "is_reserved": 0,
10 "weight": 1
11 }
12 ]
13}