API Update API to reflect changes in silverstripe/cms

This commit is contained in:
Guy Sartorelli 2024-10-22 15:37:30 +13:00
parent 67eb95b298
commit 2807b86447
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -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}

View File

@ -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