'Nice', 'names' => 'Nices', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Nices', 'sub' => 'Nices', 'list' => 'List of nices', 'edit' => 'Edit nice', 'create' => 'Create new nice' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'var' => '', ], /** * Labels for inputs. */ 'label' => [ 'var' => '', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'var' => ['name' => '', 'data-column' => 1, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Nices', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];