mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
API Update API to reflect changes in silverstripe/cms
This commit is contained in:
parent
67eb95b298
commit
2807b86447
@ -145,7 +145,7 @@ class Blog extends Page implements PermissionProvider
|
|||||||
*/
|
*/
|
||||||
private static $description = 'Adds a blog to your website.';
|
private static $description = 'Adds a blog to your website.';
|
||||||
|
|
||||||
private static $icon_class = 'font-icon-p-posts';
|
private static $cms_icon_class = 'font-icon-p-posts';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
|
@ -54,7 +54,7 @@ class BlogPost extends Page
|
|||||||
/**
|
/**
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
private static $icon_class = 'font-icon-p-post';
|
private static $cms_icon_class = 'font-icon-p-post';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var array
|
* @var array
|
||||||
|
Loading…
Reference in New Issue
Block a user