contactcats/settings/contactcategory.setting.php
Rich Lott / Artful Robot 0b96026602 lots
2024-02-28 13:00:56 +00:00

15 lines
417 B
PHP

<?php
return [
'contact_categories' => [
'name' => 'contact_categories',
'title' => ts('Contact Category settings'),
'description' => ts('JSON encoded settings.'),
'group_name' => 'domain',
'type' => 'String',
'serialize' => CRM_Core_DAO::SERIALIZE_JSON,
'default' => FALSE,
'add' => '5.70',
'is_domain' => 1,
'is_contact' => 0,
],
];