'Content', 'names' => 'Contents', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Contents', 'sub' => 'Contents', 'list' => 'List of contents', 'edit' => 'Edit content', 'create' => 'Create new content' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ ], /** * Labels for inputs. */ 'label' => [ ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ ], /** * Tab labels */ 'tab' => [ 'name' => 'Contents', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];