'BannedIP', 'names' => 'BannedIPs', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'BannedIPs', 'sub' => 'BannedIPs', 'list' => 'List of banned_i_ps', 'edit' => 'Edit banned_i_p', 'create' => 'Create new banned_i_p' ], /** * 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', ], ];