'Ourteam', 'names' => 'Ourteams', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Ourteams', 'sub' => 'Ourteams', 'list' => 'List of ourteams', 'edit' => 'Edit ourteam', 'create' => 'Create new ourteam' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'name' => 'Name', 'destination' => 'Destination', 'description' => 'Description', 'image' => 'Image', ], /** * Labels for inputs. */ 'label' => [ 'name' => 'Name', 'destination' => 'Destination', 'description' => 'Description', 'image' => 'Image', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'name' => ['name' => 'Name', 'data-column' => 1, 'checked'], 'destination' => ['name' => 'Destination', 'data-column' => 2, 'checked'], 'description' => ['name' => 'Description', 'data-column' => 3, 'checked'], 'image' => ['name' => 'Image', 'data-column' => 4, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Ourteams', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];