Added singular and plural name

This commit is contained in:
Martin Portevin 2018-02-24 18:46:15 +01:00 committed by GitHub
parent dd47512109
commit bffc425531
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -35,6 +35,10 @@ class ElementList extends BaseElement
private static $title = 'Group';
private static $description = 'Orderable list of elements';
private static $singular_name = 'list';
private static $plural_name = 'lists';
public function getType()
{