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