X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=settings%2FEvent.setting.php;h=82467ebfd2a78f0f6d2ef019e3bc982c7d1b4839;hb=cea91063bec81faa549acc71bf5766a9581cfb7a;hp=bc0f7859915f39f9915079431e03937972560abf;hpb=6617ddeb915cd1f4a00ec498ff43be6e058bbfce;p=civicrm-core.git diff --git a/settings/Event.setting.php b/settings/Event.setting.php index bc0f785991..82467ebfd2 100644 --- a/settings/Event.setting.php +++ b/settings/Event.setting.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 4.7 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2015 | + | Copyright CiviCRM LLC (c) 2004-2016 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -28,7 +28,7 @@ /** * * @package CRM - * @copyright CiviCRM LLC (c) 2004-2015 + * @copyright CiviCRM LLC (c) 2004-2016 * $Id$ * */ @@ -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, + ), );