'Skillcat', 'names' => 'Skillcats', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Skillcats', 'sub' => 'Skillcats', 'list' => 'List of skillcats', 'edit' => 'Edit skillcat', 'create' => 'Create new skillcat' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'id', 'name' => 'skill category', 'parent_id' => 'Parent ID', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'id', 'name' => 'Skill Category', 'parent_id' => 'Parent ID', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'id' => ['name' => 'id', 'data-column' => 1, 'checked'], 'name' => ['name' => 'Skill Category', 'data-column' => 2, 'checked'], 'parent_id' => ['name' => 'Parent ID', 'data-column' => 3, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Skillcats', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];