mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 09:05:58 +00:00
Merge pull request #108 from heffaklump90/master
removed ref to InheritSideBar
This commit is contained in:
commit
91705ccc7d
@ -24,12 +24,10 @@ class BlogTree extends Page {
|
||||
|
||||
private static $db = array(
|
||||
'Name' => 'Varchar(255)',
|
||||
'InheritSideBar' => 'Boolean',
|
||||
'LandingPageFreshness' => 'Varchar',
|
||||
);
|
||||
|
||||
private static $defaults = array(
|
||||
'InheritSideBar' => True
|
||||
);
|
||||
|
||||
private static $has_one = array();
|
||||
|
Loading…
x
Reference in New Issue
Block a user