'Faqscat', 'names' => 'Faqscats', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Faqscats', 'sub' => 'Faqscats', 'list' => 'List of faqscats', 'edit' => 'Edit faqscat', 'create' => 'Create new faqscat' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'catname' => 'Category Name', 'status' => 'Status', ], /** * Labels for inputs. */ 'label' => [ 'catname' => 'Category Name', 'status' => 'Status', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'catname' => ['name' => 'Category Name', 'data-column' => 1, 'checked'], 'status' => ['name' => 'Status', 'data-column' => 2, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Faqscats', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];