🔖 Version 1.0.0-beta
This commit is contained in:
parent
c93a06972b
commit
460a811554
26 changed files with 2480 additions and 771 deletions
|
@ -25,6 +25,12 @@ class CRM_Mailinglistsync_Form_MailingListSettings extends CRM_Core_Form {
|
|||
label: E::ts('Enable logging of synchronization'),
|
||||
extra: ['class' => 'huge'],
|
||||
);
|
||||
$this->add(
|
||||
'text',
|
||||
E::SHORT_NAME . '_domain',
|
||||
label: E::ts('Domain for mailing list email addresses'),
|
||||
extra: ['class' => 'huge'],
|
||||
);
|
||||
$this->add(
|
||||
'text',
|
||||
E::SHORT_NAME . '_mlmmj_host',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue