Merge pull request #22986 from colemanw/afformFixBlocksAgain
[civicrm-core.git] / ext / civigrant / managed / OptionGroup_contact_view_options_OptionValue_CiviGrant.mgd.php
CommitLineData
df014828
CW
1<?php
2return [
3 [
4 'name' => 'OptionGroup_contact_view_options_OptionValue_CiviGrant',
5 'entity' => 'OptionValue',
6 'cleanup' => 'unused',
7 'update' => 'unmodified',
8 'params' => [
9 'version' => 4,
10 'values' => [
11 'option_group_id.name' => 'contact_view_options',
12 'label' => 'Grants',
13 'value' => '11',
14 'name' => 'CiviGrant',
15 'grouping' => NULL,
16 'filter' => 0,
17 'is_default' => FALSE,
18 'weight' => 11,
19 'description' => NULL,
20 'is_optgroup' => FALSE,
21 'is_reserved' => FALSE,
22 'is_active' => TRUE,
23 'icon' => NULL,
24 'color' => NULL,
25 'component_id' => NULL,
26 'domain_id' => NULL,
27 'visibility_id' => NULL,
28 ],
29 ],
30 ],
31];