Skip to content

Commit e556c7b

Browse files
committed
API Update API to reflect changes in silverstripe/cms
1 parent 1d9c02b commit e556c7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/BlocksPage.php

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ class BlocksPage extends Page
44
{
55
private static $table_name = 'BlocksPage';
66

7-
private static $description = 'A modular page composed of content blocks';
7+
private static $class_description = 'A modular page composed of content blocks';
88

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

0 commit comments

Comments
 (0)