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

View File

@ -36,6 +36,10 @@ class ElementList extends BaseElement
private static $description = 'Orderable list of elements';
private static $singular_name = 'list';
private static $plural_name = 'lists';
public function getType()
{
return _t(__CLASS__ . '.BlockType', 'List');