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