MINOR: show in menus is true by default

This commit is contained in:
Carlos Barberis 2011-01-11 22:12:18 +00:00
parent 4971fb4730
commit 658ca91eeb
1 changed files with 1 additions and 1 deletions

View File

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