Add draft functionality for page management: Implemented a new bulk action to move selected pages to draft status in the PagesTable. Added corresponding localization keys for English and Turkish languages to enhance user experience.

This commit is contained in:
Ümit Tunç
2025-11-05 10:14:37 -03:00
parent 91922ac6bf
commit b1cd5492c1
4 changed files with 33 additions and 0 deletions
+2
View File
@@ -174,6 +174,8 @@ return [
// Bulk Actions
'bulk_action_duplicate' => 'Duplicate Selected',
'bulk_action_publish' => 'Publish Selected',
'bulk_action_draft' => 'Move to Draft',
'bulk_duplicated_successfully' => ':count page(s) duplicated successfully.',
'bulk_published_successfully' => ':count page(s) published successfully.',
'bulk_drafted_successfully' => ':count page(s) moved to draft successfully.',
];