contactcats/managed/activity-type-changed-cc.mgd.php
Rich Lott / Artful Robot 0b96026602 lots
2024-02-28 13:00:56 +00:00

27 lines
603 B
PHP

<?php
use CRM_Contactcats_ExtensionUtil as E;
return [
[
'name' => 'OptionValue_Changed_Contact_Category',
'entity' => 'OptionValue',
'cleanup' => 'unused',
'update' => 'unmodified',
'params' => [
'version' => 4,
'values' => [
'option_group_id.name' => 'activity_type',
'label' => E::ts('Changed Contact Category'),
'value' => '57',
'name' => 'changed_contact_category',
'weight' => 57,
'icon' => 'fa-tags',
],
'match' => [
'option_group_id',
'name',
'value',
],
],
],
];