X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=settings%2FCore.setting.php;h=eaa0fe10fb06be172740a2d7b2d07ac458de5974;hb=6d4aa46c4c8fbf97e0373fad9496410fb88e57ad;hp=0b35e75822059163b85573644aa6f78a5cf5e2d3;hpb=88c31e45a3a47425615cee983725f47193aaf86b;p=civicrm-core.git diff --git a/settings/Core.setting.php b/settings/Core.setting.php index 0b35e75822..eaa0fe10fb 100644 --- a/settings/Core.setting.php +++ b/settings/Core.setting.php @@ -918,4 +918,18 @@ return array( 'description' => ts('Default to only loading matches against this number of contacts'), 'help_text' => ts('Deduping larger databases can crash the server. By configuring a limit other than 0 here the dedupe query will only search for matches against a limited number of contacts.'), ), + 'syncCMSEmail' => array( + 'group_name' => 'CiviCRM Preferences', + 'group' => 'core', + 'name' => 'syncCMSEmail', + 'type' => 'Boolean', + 'quick_form_type' => 'YesNo', + 'default' => 1, + 'add' => '4.7', + 'title' => 'Sync CMS Email', + 'is_domain' => 1, + 'is_contact' => 0, + 'description' => 'If enabled, then CMS email id will be syncronised with CiviCRM contacts\'s primary email.', + 'help_text' => NULL, + ), );