'Shortlist', 'names' => 'Shortlists', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Shortlists', 'sub' => 'Shortlists', 'list' => 'List of shortlists', 'edit' => 'Edit shortlist', 'create' => 'Create new shortlist' ], /** * Options for select/radio/check. */ 'options' => [ 'shortlist_status' => ['true','false'], 'ignore_status' => ['true','false'], ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'profile_id' => 'Please enter profile id', 'shortlist_id' => 'Please enter shortlist id', 'shortlist_status' => 'Please select shortlist status', 'ignore_status' => 'Please select ignore status', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'profile_id' => 'Profile id', 'shortlist_id' => 'Shortlist id', 'shortlist_status' => 'Shortlist status', 'ignore_status' => 'Ignore status', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'profile_id' => ['name' => 'Profile id', 'data-column' => 1, 'checked'], 'shortlist_id' => ['name' => 'Shortlist id', 'data-column' => 2, 'checked'], 'shortlist_status' => ['name' => 'Shortlist status', 'data-column' => 3, 'checked'], 'ignore_status' => ['name' => 'Ignore status', 'data-column' => 4, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Shortlists', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];