mirror of
https://github.com/dnadesign/silverstripe-elemental-list.git
synced 2024-10-22 09:05:47 +00:00
Added singular and plural name
This commit is contained in:
parent
dd47512109
commit
bffc425531
@ -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()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user