Skip to content
Snippets Groups Projects
Commit f9f9f147 authored by colemanw's avatar colemanw
Browse files

CRM-13705 - Add defaultContactCountry setting metadata

parent c850a313
No related branches found
No related tags found
No related merge requests found
......@@ -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',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment