Merge pull request #2338 from kurund/CRM-14064
[civicrm-core.git] / settings / Localization.setting.php
index 62d2749fc6816a23fc23686a123ef71ff53d3280..e58a7f6cdd9efd92b01728a9f32832f1ddb3ce3d 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.3                                                |
+ | CiviCRM version 4.4                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2013                                |
  +--------------------------------------------------------------------+
@@ -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',
@@ -251,4 +271,4 @@ return array(
     'description' => '',
     'help_text' => null,
   ),
-);
\ No newline at end of file
+);