Skip to content

Commit

Permalink
API Update code to reflect changes in dnadesign/silverstripe-elemental
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli committed Nov 14, 2024
1 parent 4a52c80 commit 8304997
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions app/src/BlocksPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,7 @@ class BlocksPage extends Page
{
private static $table_name = 'BlocksPage';

/**
* @deprecated 5.4.0 use class_description instead.
*/
private static $description = 'A modular page composed of content blocks';

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

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

0 comments on commit 8304997

Please sign in to comment.