Merge pull request #6450 from civicrm/4.6
[civicrm-core.git] / settings / Localization.setting.php
index fb502a7939ac3aebd249c7d312231f61598c528f..a8fc48d7b6dc5b24680418953241e88ba7198102 100644 (file)
@@ -297,4 +297,20 @@ return array(
     'description' => '',
     'help_text' => NULL,
   ),
+  'weekBegins' => array(
+    'group_name' => 'Localization Preferences',
+    'group' => 'localization',
+    'name' => 'weekBegins',
+    'type' => 'String',
+    'quick_form_type' => 'Element',
+    'html_type' => 'select',
+    'option_values' => CRM_Utils_Date::getFullWeekdayNames(),
+    'default' => '0',
+    'add' => '4.7',
+    'title' => 'Week begins on',
+    'is_domain' => 1,
+    'is_contact' => 0,
+    'description' => "",
+    'help_text' => NULL,
+  ),
 );