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 Nov 7, 2024
1 parent 1d9c02b commit e556c7b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/BlocksPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class BlocksPage extends Page
{
private static $table_name = 'BlocksPage';

private static $description = 'A modular page composed of content blocks';
private static $class_description = 'A modular page composed of content blocks';

private static $icon_class = 'font-icon-p-alt';
private static $cms_icon_class = 'font-icon-p-alt';
}

0 comments on commit e556c7b

Please sign in to comment.