mirror of
https://github.com/silverstripe/silverstripe-blog
synced 2024-10-22 11:05:58 +02:00
Merge pull request #569 from sachajudd/site-tree-icon
Add font-icon for site tree blog holder and posts
This commit is contained in:
commit
2b46101868
@ -130,7 +130,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 = 'silverstripe/blog:client/images/site-tree-icon.png';
|
private static $icon_class = 'font-icon-p-posts';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* {@inheritdoc}
|
* {@inheritdoc}
|
||||||
|
@ -55,6 +55,11 @@ class BlogPost extends Page
|
|||||||
*/
|
*/
|
||||||
private static $table_name = 'BlogPost';
|
private static $table_name = 'BlogPost';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var string
|
||||||
|
*/
|
||||||
|
private static $icon_class = 'font-icon-p-post';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @var array
|
* @var array
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user