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
  • Loading branch information
GuySartorelli committed Dec 8, 2024
1 parent b6f7b91 commit 40fd788
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/Model/UserDefinedForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,13 @@ class UserDefinedForm extends Page

/**
* @var string
* @deprecated 6.4.0 Will be renamed to cms_icon_class
*/
private static $icon_class = 'font-icon-p-list';

/**
* @var string
* @deprecated 5.4.0 use class_description instead.
* @deprecated 6.4.0 use class_description instead.
*/
private static $description = 'Adds a customizable form.';

Expand Down

0 comments on commit 40fd788

Please sign in to comment.