Skip to content

Commit

Permalink
API Deprecate API that's changing in CMS 6
Browse files Browse the repository at this point in the history
Note that while this recipe won't be supported in CMS 6, the API is
changing in superclasses which live in modules that WILL be supported,
which means this API will change regardless.
  • Loading branch information
GuySartorelli committed Dec 8, 2024
1 parent 5dff9aa commit 7f50070
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/src/BlocksPage.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,8 @@ class BlocksPage extends Page

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

/**
* @deprecated 5.4.0 Will be renamed to cms_icon_class
*/
private static $icon_class = 'font-icon-p-alt';
}

0 comments on commit 7f50070

Please sign in to comment.