mirror of
https://codeberg.org/artfulrobot/contactcats.git
synced 2025-06-25 09:58:04 +02:00
lots
This commit is contained in:
parent
3b393be4f4
commit
0b96026602
17 changed files with 458 additions and 38 deletions
15
settings/contactcategory.setting.php
Normal file
15
settings/contactcategory.setting.php
Normal 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,
|
||||
],
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue