mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
DOC Add explanation for default values
This commit is contained in:
parent
53dc1df1aa
commit
65f4c22e84
src/Model
@ -120,6 +120,8 @@ class Blog extends Page implements PermissionProvider
|
||||
];
|
||||
|
||||
/**
|
||||
* The ProvideComments db column is defined in the silverstripe/comments module
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
private static $defaults = [
|
||||
|
@ -100,6 +100,9 @@ class BlogPost extends Page
|
||||
];
|
||||
|
||||
/**
|
||||
* The ProvideComments db column is defined in the silverstripe/comments module
|
||||
* The InheritSideBar db column is defined in the silverstripe/widgets module
|
||||
*
|
||||
* @var array
|
||||
*/
|
||||
private static $defaults = [
|
||||
|
Loading…
Reference in New Issue
Block a user