'News', 'names' => 'News', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'News', 'sub' => 'News', 'list' => 'List of news', 'edit' => 'Edit news', 'create' => 'Create new news' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'title' => '', 'description' => '', 'sort_desc' => '', 'meta_title' => '', 'meta_description' => '', 'meta_keywords' => '', 'slug' => '', 'news_image' => '', ], /** * Labels for inputs. */ 'label' => [ 'title' => 'Title', 'description' => 'Description', 'sort_desc' => 'Sort Description', 'meta_title' => 'Meta Title', 'meta_description' => 'Meta Description', 'meta_keywords' => 'Meta Keywords', 'slug' => 'Slug', 'news_image' => 'Image', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ ], /** * Tab labels */ 'tab' => [ 'name' => 'News', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];