mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
Merge branch '3.6' into 3
This commit is contained in:
commit
7da4a01425
@ -35,10 +35,13 @@ use SilverStripe\View\Requirements;
|
|||||||
* @method ManyManyList Tags()
|
* @method ManyManyList Tags()
|
||||||
* @method ManyManyList Authors()
|
* @method ManyManyList Authors()
|
||||||
* @method Blog Parent()
|
* @method Blog Parent()
|
||||||
|
* @method Blog FeaturedImage()
|
||||||
*
|
*
|
||||||
* @property string $PublishDate
|
* @property string $PublishDate
|
||||||
* @property string $AuthorNames
|
* @property string $AuthorNames
|
||||||
|
* @property string $Summary
|
||||||
* @property int $ParentID
|
* @property int $ParentID
|
||||||
|
* @property int $FeaturedImageID
|
||||||
*/
|
*/
|
||||||
class BlogPost extends Page
|
class BlogPost extends Page
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user