mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
parent
0189bcbbb9
commit
7352665216
@ -33,6 +33,13 @@ class BlogPost extends Page
|
|||||||
'Summary' => 'HTMLText',
|
'Summary' => 'HTMLText',
|
||||||
);
|
);
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var array
|
||||||
|
*/
|
||||||
|
private static $indexes = array(
|
||||||
|
'PublishDate' => true,
|
||||||
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user