CrmUi - Fix crmSelect2 to work with ngOptions
[civicrm-core.git] / settings / Localization.setting.php
index 20da0af84f612902108412fe7691a06dfa4f5ed2..6a55c01d981d5cd79b84065c4ee346f7fc6f2dd7 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',
     //),
@@ -406,6 +409,27 @@ return [
       'callback' => 'CRM_Core_I18n::languages',
     ],
   ],
+  'format_locale' => [
+    'group_name' => 'Localization Preferences',
+    'group' => 'localization',
+    'name' => 'format_locale',
+    'type' => 'String',
+    'quick_form_type' => 'Select',
+    'html_type' => 'Select',
+    'html_attributes' => [
+      'class' => 'crm-select2',
+    ],
+    'default' => NULL,
+    'add' => '5.47',
+    'title' => ts('Formatting locale'),
+    'is_domain' => 1,
+    'is_contact' => 0,
+    'help_text' => NULL,
+    'pseudoconstant' => [
+      'callback' => 'CRM_Core_I18n::getFormatLocales',
+    ],
+    'description' => ts('Locale to use when formatting money (and in future dates). This replaces thousandsSeparator & decimalSeparator & moneyFormat settings.'),
+  ],
   'uiLanguages' => [
     'group_name' => 'Localization Preferences',
     'group' => 'localization',
@@ -528,10 +552,10 @@ return [
     'help_text' => 'If a contact is created with no language this setting will determine the language data (if any) to save.'
     . 'You may or may not wish to make an assumption here about whether it matches the site language',
   ],
-  'favouriteContactCountries' => [
+  'pinnedContactCountries' => [
     'group_name' => 'Localization Preferences',
     'group' => 'localization',
-    'name' => 'favouriteContactCountries',
+    'name' => 'pinnedContactCountries',
     'type' => 'Array',
     'quick_form_type' => 'Element',
     'html_type' => 'advmultiselect',
@@ -541,12 +565,12 @@ return [
       'class' => 'advmultiselect',
     ],
     'default' => [],
-    'add' => '5.31',
-    'title' => ts('Favourite Countries'),
+    'add' => '5.33',
+    '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',
     ],