'Event', 'names' => 'Events', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Events', 'sub' => 'Events', 'list' => 'List of events', 'edit' => 'Edit event', 'create' => 'Create new event' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'title' => '', 'description' => '', 'start_date' => '', 'end_date' => '', ], /** * Labels for inputs. */ 'label' => [ 'title' => '', 'description' => '', 'start_date' => '', 'end_date' => '', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ ], /** * Tab labels */ 'tab' => [ 'name' => 'Events', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];