Add bulk actions for page management: Implemented duplicate and publish functionalities in the PagesTable, allowing users to duplicate selected pages and publish them in bulk. Added corresponding localization keys for English and Turkish languages to enhance user experience.
This commit is contained in:
@@ -170,4 +170,10 @@ return [
|
||||
'form_section_footer_template' => 'Footer Template',
|
||||
'form_section_footer_template_desc' => 'Select a dynamic footer template for the bottom of the page',
|
||||
'footer_template_field' => 'Footer Template',
|
||||
|
||||
// Bulk Actions
|
||||
'bulk_action_duplicate' => 'Duplicate Selected',
|
||||
'bulk_action_publish' => 'Publish Selected',
|
||||
'bulk_duplicated_successfully' => ':count page(s) duplicated successfully.',
|
||||
'bulk_published_successfully' => ':count page(s) published successfully.',
|
||||
];
|
||||
|
||||
@@ -170,4 +170,10 @@ return [
|
||||
'form_section_footer_template' => 'Footer Şablonu',
|
||||
'form_section_footer_template_desc' => 'Sayfanın alt kısmı için dinamik footer şablonu seçin',
|
||||
'footer_template_field' => 'Footer Şablonu',
|
||||
|
||||
// Bulk Actions
|
||||
'bulk_action_duplicate' => 'Seçilenleri Çoğalt',
|
||||
'bulk_action_publish' => 'Seçilenleri Yayınla',
|
||||
'bulk_duplicated_successfully' => ':count sayfa başarıyla çoğaltıldı.',
|
||||
'bulk_published_successfully' => ':count sayfa başarıyla yayınlandı.',
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user