'BannedIp', 'names' => 'BannedIps', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'BannedIps', 'sub' => 'BannedIps', 'list' => 'List of banned_ips', 'edit' => 'Edit banned_ip', 'create' => 'Create new banned_ip' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'ip' => 'IP', 'status' => '', ], /** * Labels for inputs. */ 'label' => [ 'ip' => 'Banned IP', 'status' => 'Block Status', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'ip' => ['name' => 'Banned IP', 'data-column' => 1, 'checked'], 'status' => ['name' => 'Block Status', 'data-column' => 2, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'BannedIps', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];