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