'BlogCategory', 'names' => 'BlogCategories', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'BlogCategories', 'sub' => 'BlogCategories', 'list' => 'List of blog_categories', 'edit' => 'Edit blog_category', 'create' => 'Create new blog_category' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'title' => 'Please enter title', 'slug' => 'Please enter slug', 'meta_title' => 'Please enter meta title', 'meta_keywords' => 'Please enter meta keywords', 'meta_description' => 'Please enter meta description', 'posted_at' => 'Please select posted at', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'title' => 'Title', 'slug' => 'Slug', 'meta_title' => 'Meta title', 'meta_keywords' => 'Meta keywords', 'meta_description' => 'Meta description', 'posted_at' => 'Posted at', 'created_at' => 'Created at', 'updated_at' => 'Updated at', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'title' => ['name' => 'Title', 'data-column' => 1, 'checked'], 'meta_title' => ['name' => 'Meta title', 'data-column' => 2, 'checked'], 'meta_keywords' => ['name' => 'Meta keywords', 'data-column' => 3, 'checked'], 'meta_description' => ['name' => 'Meta description', 'data-column' => 4, 'checked'], 'posted_at' => ['name' => 'Posted at', 'data-column' => 5, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'BlogCategories', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];