MINOR: Show in menus is true now by default

This commit is contained in:
Carlos Barberis 2011-01-11 22:15:52 +00:00
parent 66f7263f8a
commit c4dde4bccd
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ class BlogEntry extends Page {
static $defaults = array(
"ProvideComments" => true,
'ShowInMenus' => false
'ShowInMenus' => true
);
static $extensions = array(