Skip to content

Commit

Permalink
API Use new class_description configuration (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
GuySartorelli authored Nov 14, 2024
1 parent 53148af commit b34866c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/Model/ElementForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,13 @@ class ElementForm extends BaseElement

private static $plural_name = 'forms';

/**
* @deprecated 5.4.0 use class_description instead.
*/
private static $description = 'A user defined form';

private static $class_description = 'A user defined form';

private static $inline_editable = false;

/**
Expand Down

0 comments on commit b34866c

Please sign in to comment.