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:
Ümit Tunç
2025-12-27 09:45:10 +03:00
parent f609eb3ec1
commit 537e2769cd
4 changed files with 20 additions and 10 deletions
+1 -1
View File
@@ -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.',
];
+1 -1
View File
@@ -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.',
];