(NFC) MailingQueryEvent - Add more docblocks about query-writing and `tokenContext_*`
[civicrm-core.git] / settings / Localization.setting.php
index 1dfe8b35a5f5b3fdfe5345047284bf52c31b171f..ec1be4f3bbfca877a7965c7094b1307b3a16cce8 100644 (file)
@@ -155,6 +155,9 @@ return [
     'type' => 'Integer',
     'quick_form_type' => 'ChainSelect',
     'html_type' => 'ChainSelect',
+    'chain_select_settings' => [
+      'control_field' => 'defaultContactCountry',
+    ],
     //'pseudoconstant' => array(
     //  'callback' => 'CRM_Core_PseudoConstant::stateProvince',
     //),
@@ -542,11 +545,11 @@ return [
     ],
     'default' => [],
     'add' => '5.33',
-    'title' => ts('Pinned countries'),
+    'title' => ts('Pinned Countries'),
     'is_domain' => 1,
     'is_contact' => 0,
     'description' => ts('Appear in Top section of select list'),
-    'help_text' => 'Selected countries will appear in top section of country list',
+    'help_text' => ts('Selected countries will appear in top section of country list'),
     'pseudoconstant' => [
       'callback' => 'CRM_Admin_Form_Setting_Localization::getAvailableCountries',
     ],