Merge pull request #7387 from colemanw/versionCheck
[civicrm-core.git] / settings / Event.setting.php
index bc0f7859915f39f9915079431e03937972560abf..d7358097ef3fb7a2d489dd5cfd3ef3290ea6d8c0 100644 (file)
@@ -50,4 +50,19 @@ return array(
     'description' => "WRITE ME",
     'help_text' => 'WRITE ME',
   ),
+  'show_events' => array(
+    'name' => 'show_events',
+    'group_name' => 'Event Preferences',
+    'group' => 'event',
+    'type' => 'Integer',
+    'quick_form_type' => 'Element',
+    'default' => 10,
+    'add' => '4.5',
+    'title' => 'Dashboard entries',
+    'html_type' => 'select',
+    'is_domain' => 1,
+    'is_contact' => 0,
+    'description' => "Configure how many events should be shown on the dashboard. This overrides the default value of 10 entries.",
+    'help_text' => NULL,
+  ),
 );