mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
BUGFIX: fixed link rewriting on summary page
This commit is contained in:
parent
cd1e29c760
commit
c681ba3762
@ -11,6 +11,10 @@ class BlogEntry extends Page {
|
||||
"Tags" => "Text"
|
||||
);
|
||||
|
||||
static $casting = array(
|
||||
'ParagraphSummary' => 'HTMLText'
|
||||
);
|
||||
|
||||
static $default_parent = 'BlogHolder';
|
||||
|
||||
static $can_be_root = false;
|
||||
|
Loading…
Reference in New Issue
Block a user