mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
ENHANCEMENT Added empty statics to BlogHolder to allow for decoration of BlogHolder
This commit is contained in:
parent
cbf39d1ec8
commit
bccb236a40
@ -21,6 +21,12 @@ class BlogHolder extends Page {
|
|||||||
"SideBar" => "WidgetArea"
|
"SideBar" => "WidgetArea"
|
||||||
);
|
);
|
||||||
|
|
||||||
|
static $has_many = array(
|
||||||
|
);
|
||||||
|
|
||||||
|
static $many_many = array(
|
||||||
|
);
|
||||||
|
|
||||||
static $allowed_children = array(
|
static $allowed_children = array(
|
||||||
'BlogEntry'
|
'BlogEntry'
|
||||||
);
|
);
|
||||||
|
Loading…
Reference in New Issue
Block a user