From f9f9f1478c2340d5cff0fd90f359efa85c177ea3 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Tue, 5 Nov 2013 16:38:39 -0800 Subject: [PATCH] CRM-13705 - Add defaultContactCountry setting metadata --- settings/Localization.setting.php | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/settings/Localization.setting.php b/settings/Localization.setting.php index 2749c1bf9a..e58a7f6cdd 100644 --- a/settings/Localization.setting.php +++ b/settings/Localization.setting.php @@ -131,6 +131,26 @@ return array( 'description' => 'Default currency assigned to contributions and other monetary transactions.', 'help_text' => null, ), + 'defaultContactCountry' => array( + 'group_name' => 'Localization Preferences', + 'group' => 'localization', + 'name' => 'defaultContactCountry', + 'prefetch' => 1, + 'config_only' => 1, + 'type' => 'String', + 'quick_form_type' => 'Element', + 'html_type' => 'text', + 'html_attributes' => array( + 'size' => 4, + ), + 'default' => '1228', + 'add' => '4.4', + 'title' => 'Default Country', + 'is_domain' => 1, + 'is_contact' => 0, + 'description' => 'This value is selected by default when adding a new contact address.', + 'help_text' => null, + ), 'countryLimit' => array( 'group_name' => 'Localization Preferences', 'group' => 'localization', -- 2.25.1