'Blacklist', 'names' => 'Blacklists', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Blacklists', 'sub' => 'Blacklists', 'list' => 'List of blacklists', 'edit' => 'Edit blacklist', 'create' => 'Create new blacklist' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'account' => '', 'user_id' => '', 'payment_id' => '', ], /** * Labels for inputs. */ 'label' => [ 'account' => 'account', 'user_id' => 'user', 'payment_id' => 'payment', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'account' => ['name' => 'account', 'data-column' => 1, 'checked'], 'user_id' => ['name' => 'user', 'data-column' => 2, 'checked'], 'payment_id' => ['name' => 'payment', 'data-column' => 3, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Blacklists', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];