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

DOC Add explanation for default values
3.6
Dylan Wagstaff 2 years ago committed by GitHub
commit 4be03364de
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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

Loading…
Cancel
Save