mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
MINOR: reverted show in menus true by default
This commit is contained in:
parent
c4dde4bccd
commit
40a52b8cfd
@ -27,7 +27,7 @@ class BlogEntry extends Page {
|
||||
|
||||
static $defaults = array(
|
||||
"ProvideComments" => true,
|
||||
'ShowInMenus' => true
|
||||
'ShowInMenus' => false
|
||||
);
|
||||
|
||||
static $extensions = array(
|
||||
|
Loading…
Reference in New Issue
Block a user