🔖 Version 1.0.0-beta
This commit is contained in:
parent
c93a06972b
commit
460a811554
26 changed files with 2480 additions and 771 deletions
11
resources/activity_types.php
Normal file
11
resources/activity_types.php
Normal file
|
@ -0,0 +1,11 @@
|
|||
<?php
|
||||
|
||||
use CRM_Mailinglistsync_ExtensionUtil as E;
|
||||
|
||||
return [
|
||||
[
|
||||
'name' => 'Mailing_List_Synchronization_Activity',
|
||||
'label' => E::ts('Mailing List Synchronization Activity'),
|
||||
'description' => E::ts('Indicates a contact has been synchronized with a mailing list'),
|
||||
],
|
||||
];
|
Loading…
Add table
Add a link
Reference in a new issue