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