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 d17c59b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/src/BlocksPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,6 @@ 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 $icon_class = 'font-icon-p-alt';
Expand Down

0 comments on commit d17c59b

Please sign in to comment.