'Vote', 'names' => 'Votes', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Votes', 'sub' => 'Votes', 'list' => 'List of votes', 'edit' => 'Edit vote', 'create' => 'Create new vote' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'user_id' => '', 'proposal' => 'Proposal', 'ether_address' => 'Ethereum Address', ], /** * Labels for inputs. */ 'label' => [ 'user_id' => '', 'proposal' => '', 'ether_address' => '', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'proposal' => ['name' => '', 'data-column' => 1, 'checked'], 'ether_address' => ['name' => '', 'data-column' => 2, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Votes', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];