Skip to content

Commit

Permalink
Adding description ElementForm
Browse files Browse the repository at this point in the history
  • Loading branch information
LABCAT authored Sep 5, 2023
1 parent a73d10d commit 2d2a3fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Model/ElementForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ class ElementForm extends BaseElement

private static $plural_name = 'forms';

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

private static $inline_editable = false;

/**
Expand Down

0 comments on commit 2d2a3fd

Please sign in to comment.