'Shortlist', 'names' => 'Shortlists', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Shortlists', 'sub' => 'Shortlists' ], /** * Singlular and plural name of the module */ 'groups' => [ 'main' => 'Main', 'images' => 'Images', 'details' => 'Details', 'settings' => 'Settings' ], /** * Form sub section name for the module. */ 'sections' => [ 'main' => 'Main', 'details' => 'Details', ], /** * Options for select/radio/check. */ 'options' => [ 'shortlist_status' => [ [ 'key' => 'true', 'value' => 'true', 'text' => 'true', ], [ 'key' => 'false', 'value' => 'false', 'text' => 'false', ], ], 'ignore_status' => [ [ 'key' => 'true', 'value' => 'true', 'text' => 'true', ], [ 'key' => 'false', 'value' => 'false', 'text' => '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', 'slug' => 'Please enter slug', 'deleted_at' => 'Please enter deleted at', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'profile_id' => 'Profile id', 'shortlist_id' => 'Shortlist id', 'shortlist_status' => 'Shortlist status', 'ignore_status' => 'Ignore status', 'slug' => 'Slug', 'deleted_at' => 'Deleted at', 'created_at' => 'Created at', 'updated_at' => 'Updated at', ], // Customize this permissions if needed. /** * Label for actions. */ 'actions' => [ 'copy' => [ 'label' => 'Copy', 'icon' => 'save', 'varient' => 'outline', ], 'empty' => [ 'label' => 'Empty', 'icon' => 'save', 'varient' => 'outline', ], ], ];