Merge pull request #643 from creative-commoners/pulls/3.6/explain-defaults

DOC Add explanation for default values
This commit is contained in:
Dylan Wagstaff 2021-05-02 20:54:18 +12:00 committed by GitHub
commit 4be03364de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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

@ -103,6 +103,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 = [