🔖 Version 1.0.0-beta

This commit is contained in:
Marc Koch 2025-03-20 16:01:05 +01:00
parent c93a06972b
commit 460a811554
Signed by: marc.koch
GPG key ID: 12406554CFB028B9
26 changed files with 2480 additions and 771 deletions

View 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'),
],
];