Skip to content

Commit

Permalink
API Update API to reflect changes in silverstripe/cms
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Oct 22, 2024
1 parent 67eb95b commit 2807b86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/Model/Blog.php
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ class Blog extends Page implements PermissionProvider
*/
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}
Expand Down
2 changes: 1 addition & 1 deletion src/Model/BlogPost.php
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class BlogPost extends Page
/**
* @var string
*/
private static $icon_class = 'font-icon-p-post';
private static $cms_icon_class = 'font-icon-p-post';

/**
* @var array
Expand Down

0 comments on commit 2807b86

Please sign in to comment.