'Buslisting', 'names' => 'Buslistings', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Buslistings', 'sub' => 'Buslistings', 'list' => 'List of buslistings', 'edit' => 'Edit buslisting', 'create' => 'Create new buslisting' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'number' => 'Bus Number', 'departure_time' => 'Departure Time', ], /** * Labels for inputs. */ 'label' => [ 'number' => 'Bus Number', 'departure_time' => 'Departure Time', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'number' => ['name' => 'Bus Number', 'data-column' => 1, 'checked'], 'departure_time' => ['name' => 'Departure Time', 'data-column' => 2, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Buslistings', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];