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
658ca91eeb
commit
938828cc3d
@ -31,7 +31,7 @@ class BlogEntry extends Page {
|
|||||||
|
|
||||||
static $defaults = array(
|
static $defaults = array(
|
||||||
"ProvideComments" => true,
|
"ProvideComments" => true,
|
||||||
'ShowInMenus' => true
|
'ShowInMenus' => false
|
||||||
);
|
);
|
||||||
|
|
||||||
static $extensions = array(
|
static $extensions = array(
|
||||||
|
Loading…
Reference in New Issue
Block a user