'ImportExport', 'names' => 'ImportExports', 'icon' => 'las la-list', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'ImportExports', 'sub' => 'ImportExports' ], /** * 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' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please select id', 'user_id' => 'Please select user id', 'subject_type' => 'Please select subject type', 'data' => 'Please select data', 'status' => 'Please select status', 'type' => 'Please select type', 'count' => 'Please select count', 'error_count' => 'Please select error count', 'skipped_count' => 'Please select skipped count', 'file_type' => 'Please select file type', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'user_id' => 'User id', 'subject_type' => 'Subject type', 'data' => 'Data', 'status' => 'Status', 'type' => 'Type', 'count' => 'Count', 'error_count' => 'Error count', 'skipped_count' => 'Skipped count', 'file_type' => 'File type', ], /** * Label for workflows. */ 'workflow' => [ 'submit' => [ 'label' => 'Submit', 'icon' => 'save', 'varient' => 'outline', ], 'approve' => [ 'label' => 'Approve', 'icon' => 'save', 'varient' => 'outline', ], 'reject' => [ 'label' => 'Reject', 'icon' => 'save', 'varient' => 'danger', ], 'publish' => [ 'label' => 'Publish', 'icon' => 'save', 'varient' => 'outline', ], 'unpublish' => [ 'label' => 'Unpublish', 'icon' => 'save', 'varient' => 'outline', ], 'archive' => [ 'label' => 'Archive', 'icon' => 'save', 'varient' => 'danger', ], 'unarchive' => [ 'label' => 'Unarchive', 'icon' => 'save', 'varient' => 'outline', ], ], // Customize this permissions if needed. /** * Label for actions. */ 'actions' => [ 'copy' => [ 'label' => 'Copy', 'icon' => 'save', 'varient' => 'outline', ], 'empty' => [ 'label' => 'Empty', 'icon' => 'save', 'varient' => 'outline', ], ], ];