'Workflow', 'names' => 'Workflows', /** * Singlular and plural name of the module */ 'title' => [ 'main' => 'Workflows', 'sub' => 'Workflows', 'list' => 'List of workflows', 'edit' => 'Edit workflow', 'create' => 'Create new workflow' ], /** * Options for select/radio/check. */ 'options' => [ ], /** * Placeholder for inputs */ 'placeholder' => [ 'id' => 'Please enter id', 'name' => 'Please enter name', 'start_status' => 'Please enter start status', 'end_status' => 'Please enter end status', 'status' => 'Please enter status', 'actions' => 'Please enter actions', 'transissions' => 'Please enter transissions', 'user_id' => 'Please enter user id', 'created_at' => 'Please select created at', 'updated_at' => 'Please select updated at', 'deleted_at' => 'Please select deleted at', ], /** * Labels for inputs. */ 'label' => [ 'id' => 'Id', 'name' => 'Name', 'start_status' => 'Start status', 'end_status' => 'End status', 'status' => 'Status', 'actions' => 'Actions', 'transissions' => 'Transissions', 'user_id' => 'User id', 'created_at' => 'Created at', 'updated_at' => 'Updated at', 'deleted_at' => 'Deleted at', ], /** * Columns array for show hide checkbox. */ 'cloumns' => [ 'name' => ['name' => 'Name', 'data-column' => 1, 'checked'], 'start_status' => ['name' => 'Start status', 'data-column' => 2, 'checked'], 'end_status' => ['name' => 'End status', 'data-column' => 3, 'checked'], 'actions' => ['name' => 'Actions', 'data-column' => 4, 'checked'], 'transissions' => ['name' => 'Transissions', 'data-column' => 5, 'checked'], ], /** * Tab labels */ 'tab' => [ 'name' => 'Workflows', ], /** * Texts for the module */ 'text' => [ 'preview' => 'Click on the below list for preview', ], ];