Merge pull request #22448 from mattwire/recurid
[civicrm-core.git] / ext / civigrant / managed / OptionGroup_report_template_OptionValue_CRM_Report_Form_Grants.mgd.php
1 <?php
2 return [
3 [
4 'name' => 'OptionGroup_report_template_OptionValue_CRM_Report_Form_Grant_Detail',
5 'entity' => 'OptionValue',
6 'cleanup' => 'unused',
7 'update' => 'unmodified',
8 'params' => [
9 'version' => 4,
10 'values' => [
11 'option_group_id.name' => 'report_template',
12 'label' => 'Grant Report (Detail)',
13 'value' => 'grant/detail',
14 'name' => 'CRM_Report_Form_Grant_Detail',
15 'grouping' => NULL,
16 'filter' => 0,
17 'is_default' => FALSE,
18 'weight' => 30,
19 'description' => 'Grant Report Detail',
20 'is_optgroup' => FALSE,
21 'is_reserved' => FALSE,
22 'is_active' => TRUE,
23 'component_id' => NULL,
24 'icon' => NULL,
25 'color' => NULL,
26 'domain_id' => NULL,
27 'visibility_id' => NULL,
28 ],
29 ],
30 ],
31 [
32 'name' => 'OptionGroup_report_template_OptionValue_CRM_Report_Form_Grant_Statistics',
33 'entity' => 'OptionValue',
34 'cleanup' => 'unused',
35 'update' => 'unmodified',
36 'params' => [
37 'version' => 4,
38 'values' => [
39 'option_group_id.name' => 'report_template',
40 'label' => 'Grant Report (Statistics)',
41 'value' => 'grant/statistics',
42 'name' => 'CRM_Report_Form_Grant_Statistics',
43 'grouping' => NULL,
44 'filter' => 0,
45 'is_default' => FALSE,
46 'weight' => 42,
47 'description' => 'Shows statistics for Grants.',
48 'is_optgroup' => FALSE,
49 'is_reserved' => FALSE,
50 'is_active' => TRUE,
51 'component_id' => NULL,
52 'icon' => NULL,
53 'color' => NULL,
54 'domain_id' => NULL,
55 'visibility_id' => NULL,
56 ],
57 ],
58 ],
59 ];