feat: add career application support for blog authors and expand blog status workflows
This commit is contained in:
@@ -61,7 +61,9 @@ return [
|
||||
|
||||
// Status options
|
||||
'status_draft' => 'Draft',
|
||||
'status_pending' => 'Pending Approval',
|
||||
'status_published' => 'Published',
|
||||
'status_rejected' => 'Revision Requested',
|
||||
'status_archived' => 'Archived',
|
||||
|
||||
// Messages
|
||||
|
||||
Reference in New Issue
Block a user