This commit is contained in:
Rich Lott / Artful Robot 2024-02-28 13:00:56 +00:00
parent 3b393be4f4
commit 0b96026602
17 changed files with 458 additions and 38 deletions

View file

@ -0,0 +1,15 @@
<?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,
],
];