X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=settings%2FMailing.setting.php;h=2e2640956a7fc7bb5fc93b1ccb939007c0640a68;hb=821f520b4aa69c347e64e8d90293e308ad6261d5;hp=a2a5bc06c8e2e4328c0f13fd2d75afed16e172a5;hpb=dc5eecd6cd63c3c906cdd6a0021306c21b8e9f13;p=civicrm-core.git diff --git a/settings/Mailing.setting.php b/settings/Mailing.setting.php index a2a5bc06c8..2e2640956a 100644 --- a/settings/Mailing.setting.php +++ b/settings/Mailing.setting.php @@ -341,4 +341,32 @@ return [ 'description' => ts('Allow sending email from the logged in contact\'s email address.'), 'help_text' => 'CiviCRM allows you to send email from the domain from email addresses and the logged in contact id addresses by default. Disable this if you only want to allow the domain from addresses to be used.', ], + 'url_tracking_default' => [ + 'group_name' => 'Mailing Preferences', + 'group' => 'mailing', + 'name' => 'url_tracking_default', + 'type' => 'Boolean', + 'html_type' => 'checkbox', + 'quick_form_type' => 'CheckBox', + 'default' => '1', + 'title' => ts('Enable click-through tracking by default'), + 'is_domain' => 1, + 'is_contact' => 0, + 'description' => ts('If checked, mailings will have click-through tracking enabled by default.'), + 'help_text' => NULL, + ], + 'open_tracking_default' => [ + 'group_name' => 'Mailing Preferences', + 'group' => 'mailing', + 'name' => 'open_tracking_default', + 'type' => 'Boolean', + 'html_type' => 'checkbox', + 'quick_form_type' => 'CheckBox', + 'default' => '1', + 'title' => ts('Enable open tracking by default'), + 'is_domain' => 1, + 'is_contact' => 0, + 'description' => ts('If checked, mailings will have open tracking enabled by default.'), + 'help_text' => NULL, + ], ];