'Blogmanagement', 'names' => 'Blogmanagements', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Blogmanagements', 'sub' => 'Blogmanagements', 'list' => 'List of blogmanagements', 'edit' => 'Edit blogmanagement', 'create' => 'Create new blogmanagement' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'title' => 'Title', 'description' => 'Description', 'status' => 'Status', ], /** * Labels for inputs. */ 'label' => [ 'title' => 'Title', 'description' => 'Description', 'status' => 'Status', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'title' => ['name' => 'Title', 'data-column' => 1, 'checked'], 'description' => ['name' => 'Description', 'data-column' => 2, 'checked'], 'status' => ['name' => 'Status', 'data-column' => 3, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Blogmanagements', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];