'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' => [ 'titile' => 'News Title', 'Ddescription' => 'Description', ], /** * Labels for inputs. */ 'label' => [ 'titile' => 'Title', 'Ddescription' => 'Description', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'titile' => ['name' => 'Title', 'data-column' => 1, 'checked'], 'Ddescription' => ['name' => 'Description', 'data-column' => 2, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'News', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];