DOC Add explanation for default values

This commit is contained in:
Steve Boyd 2021-04-07 12:14:02 +12:00
parent 53dc1df1aa
commit 65f4c22e84
2 changed files with 5 additions and 0 deletions

View File

@ -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 = [

View File

@ -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 = [