Improve Asset Path Handling and Add Preview Action: Enhanced the ImportHtmlTemplates command to support fallback asset paths for better template import functionality. Updated the TemplateService to handle old asset paths. Added a preview action in the SectionTemplates localization files for improved user experience in template management.
This commit is contained in:
@@ -26,6 +26,7 @@ return [
|
||||
'column_deleted_at' => 'Deleted At',
|
||||
|
||||
// Actions
|
||||
'action_preview' => 'Preview',
|
||||
'create' => 'New Section Template',
|
||||
'edit' => 'Edit Section Template',
|
||||
'view' => 'View Section Template',
|
||||
@@ -39,4 +40,3 @@ return [
|
||||
'deleted_successfully' => 'Section template deleted successfully.',
|
||||
'restored_successfully' => 'Section template restored successfully.',
|
||||
];
|
||||
|
||||
|
||||
@@ -26,6 +26,7 @@ return [
|
||||
'column_deleted_at' => 'Silinme',
|
||||
|
||||
// Actions
|
||||
'action_preview' => 'Önizleme',
|
||||
'create' => 'Yeni Section Şablonu',
|
||||
'edit' => 'Section Şablonunu Düzenle',
|
||||
'view' => 'Section Şablonunu Görüntüle',
|
||||
@@ -39,4 +40,3 @@ return [
|
||||
'deleted_successfully' => 'Section şablonu başarıyla silindi.',
|
||||
'restored_successfully' => 'Section şablonu başarıyla geri yüklendi.',
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user