'Bountysystem', 'names' => 'Bountysystems', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Bountysystems', 'sub' => 'Bountysystems', 'list' => 'List of bountysystems', 'edit' => 'Edit bountysystem', 'create' => 'Create new bountysystem' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'bounty_bonus' => 'Bounty Bonus', ], /** * Labels for inputs. */ 'label' => [ 'bounty_bonus' => 'Bounty Bonus', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'bounty_bonus' => ['name' => 'Bounty Bonus', 'data-column' => 1, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Bountysystems', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];