Merge pull request #10 from DrMartinGonzo/patch-2

Added singular and plural name
This commit is contained in:
Robbie Averill 2018-02-26 11:02:10 +13:00 committed by GitHub
commit 2b2a38389a
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()
{