From e888fd256ab7a35fcee4838c17dcb6a0936567f1 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Wed, 11 Dec 2024 10:30:21 +1300 Subject: [PATCH] API Deprecate API that's changing in CMS 6 (#129) --- src/ErrorPage.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ErrorPage.php b/src/ErrorPage.php index 53f04cf..4d79ed1 100644 --- a/src/ErrorPage.php +++ b/src/ErrorPage.php @@ -59,6 +59,9 @@ class ErrorPage extends Page private static $class_description = 'Custom content for different error cases (e.g. "Page not found")'; + /** + * @deprecated 2.4.0 Will be renamed to cms_icon_class + */ private static $icon_class = 'font-icon-p-error'; /**