'Box', 'names' => 'Boxes', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Boxes', 'sub' => 'Boxes', 'list' => 'List of boxes', 'edit' => 'Edit box', 'create' => 'Create new box' ], /** * 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' => 'Boxes', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];