Merge pull request #13640 from pradpnayak/notevalidation
[civicrm-core.git] / settings / Core.setting.php
index b332f3b8e18d1e174ccac9d7d9ea03dce495bb4b..8d4cdc09686fce91b2824ec40dba6f6945a509d6 100644 (file)
@@ -1017,4 +1017,24 @@ return array(
     ),
     'quick_form_type' => 'Select',
   ),
+  'menubar_position' => array(
+    'group_name' => 'CiviCRM Preferences',
+    'group' => 'core',
+    'name' => 'menubar_position',
+    'type' => 'String',
+    'html_type' => 'select',
+    'default' => 'over-cms-menu',
+    'add' => '5.9',
+    'title' => ts('Menubar position'),
+    'is_domain' => 1,
+    'is_contact' => 0,
+    'description' => ts('Location of the CiviCRM main menu.'),
+    'help_text' => NULL,
+    'options' => array(
+      'over-cms-menu' => ts('Replace website menu'),
+      'below-cms-menu' => ts('Below website menu'),
+      'above-crm-container' => ts('Above content area'),
+      'none' => ts('None - disable menu'),
+    ),
+  ),
 );