X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=settings%2FCore.setting.php;h=596f99683689fd411a468e19cb6a5d67d28a5863;hb=28d44c9ff554871184ce15fb63f7469f67bdc0ea;hp=4f1cfc6192a4f3eabb1aa994e756cbe36fcd6818;hpb=444cd89f6b16c08f4312eec9739548c18b8a65b2;p=civicrm-core.git diff --git a/settings/Core.setting.php b/settings/Core.setting.php index 4f1cfc6192..596f996836 100644 --- a/settings/Core.setting.php +++ b/settings/Core.setting.php @@ -516,6 +516,28 @@ When enabled, statistics about your CiviCRM installation are reported anonymousl 'description' => null, 'help_text' => null, ), + 'blogUrl' => array( + 'group_name' => 'CiviCRM Preferences', + 'group' => 'core', + 'name' => 'blogUrl', + 'prefetch' => 0, + 'config_only'=> 0, + 'type' => 'String', + 'quick_form_type' => 'Element', + 'html_type' => 'text', + 'html_attributes' => array( + 'size' => 64, + 'maxlength' => 128, + ), + 'html_type' => 'Text', + 'default' => '*default*', + 'add' => '4.3', + 'title' => 'Blog Feed URL', + 'is_domain' => 1, + 'is_contact' => 0, + 'description' => 'Blog feed URL used by the blog dashlet', + 'help_text' => 'Use "*default*" for the system default or override with a custom URL', + ), 'communityMessagesUrl' => array( 'group_name' => 'CiviCRM Preferences', 'group' => 'core',