Skip to content

Commit

Permalink
API Deprecate API that's changing in CMS 6 (#53)
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 authored Dec 10, 2024
1 parent 5dff9aa commit e9d4ae1
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 e9d4ae1

Please sign in to comment.