'Articles', 'names' => 'Articles', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Articles', 'sub' => 'Articles', 'list' => 'List of articles', 'edit' => 'Edit articles', 'create' => 'Create new articles' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'Article_id' => '', 'Author_id' => '', 'Published_on' => '', 'Title' => '', 'Excerpt' => '', 'Body' => '', 'Is_published' => '', 'Can_comment' => '', ], /** * Labels for inputs. */ 'label' => [ 'Article_id' => '', 'Author_id' => '', 'Published_on' => '', 'Title' => '', 'Excerpt' => '', 'Body' => '', 'Is_published' => '', 'Can_comment' => '', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ ], /** * Tab labels */ 'tab' => [ 'name' => 'Articles', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];