X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=settings%2FAddress.setting.php;h=6ea9ea29f98dd0bd7988ec9845b115c86b2753ed;hb=5c3a7abf94e8716962952b9bb2300ff007c2aa3f;hp=e5e7824fdeef7a7481e2a8136d56680832b133ab;hpb=33a5af51060efaca1634c2a87bcbebfe6d8cf7de;p=civicrm-core.git diff --git a/settings/Address.setting.php b/settings/Address.setting.php index e5e7824fde..6ea9ea29f9 100644 --- a/settings/Address.setting.php +++ b/settings/Address.setting.php @@ -1,9 +1,9 @@ 'Web Service URL', 'validate_callback' => 'CRM_Utils_Rule::url', ), + 'hideCountryMailingLabels' => array( + 'group_name' => 'Address Preferences', + 'group' => 'address', + 'name' => 'hideCountryMailingLabels', + 'type' => 'Boolean', + 'quick_form_type' => 'YesNo', + 'default' => 0, + 'add' => '4.7', + 'title' => 'Hide Country in Mailing Labels when same as domain country', + 'is_domain' => 1, + 'is_contact' => 0, + 'description' => 'Do not display the country field in mailing labels when the country is the same as that of the domain', + 'help_text' => NULL, + ), );