@@ -105,6 +105,7 @@ public function getPresets() {
105105 [
106106 'handle ' => 'clients ' ,
107107 'name ' => 'Clients ' ,
108+ 'singular_name ' => 'Client ' ,
108109 'description ' => 'A renamable client/partner collection. ' ,
109110 'operations ' => [
110111 [
@@ -157,6 +158,7 @@ public function getPresets() {
157158 [
158159 'handle ' => 'events ' ,
159160 'name ' => 'Events ' ,
161+ 'singular_name ' => 'Event ' ,
160162 'description ' => 'A dated renamable events collection. ' ,
161163 'operations ' => [
162164 [
@@ -381,6 +383,7 @@ public function getPresets() {
381383 [
382384 'handle ' => 'news ' ,
383385 'name ' => 'News ' ,
386+ 'singular_name ' => 'Item ' ,
384387 'description ' => 'A dated renamable news/blog collection with feed. ' ,
385388 'operations ' => [
386389 [
@@ -663,6 +666,7 @@ public function getPresets() {
663666 [
664667 'handle ' => 'team_members ' ,
665668 'name ' => 'Team members ' ,
669+ 'singular_name ' => 'Member ' ,
666670 'description ' => 'A renamable team member collection. ' ,
667671 'operations ' => [
668672 [
@@ -731,6 +735,7 @@ public function getPresets() {
731735 [
732736 'handle ' => 'vacancies ' ,
733737 'name ' => 'Vacancies ' ,
738+ 'singluar_name ' => 'Vacancy ' ,
734739 'description ' => 'A dated renamable vacancies collection. ' ,
735740 'operations ' => [
736741 [
0 commit comments