From bffc4255319c25901f769016fc52428dd500a3d7 Mon Sep 17 00:00:00 2001 From: Martin Portevin Date: Sat, 24 Feb 2018 18:46:15 +0100 Subject: [PATCH] Added singular and plural name --- src/Model/ElementList.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Model/ElementList.php b/src/Model/ElementList.php index 68b8980..ab36a0a 100644 --- a/src/Model/ElementList.php +++ b/src/Model/ElementList.php @@ -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() {