'User', 'names' => 'Users', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Users', 'sub' => 'Users', 'list' => 'List of users', 'edit' => 'Edit user', 'create' => 'Create new user' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ ], /** * Tab labels */ 'tab' => [ 'name' => 'Users', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];