Add Menu Tree functionality and integrate Filament Tree plugin: Introduced a new MenuTree page for managing page structures, added PagesMenuWidget for displaying a tree layout of pages, and updated localization files for menu-related actions. Enhanced Page model with tree management capabilities and included necessary CSS and JS files for the Filament Tree plugin.

This commit is contained in:
Ümit Tunç
2025-11-01 16:13:59 -03:00
parent 1d46c9243d
commit ad20ba575a
13 changed files with 342 additions and 2 deletions
+7
View File
@@ -16,12 +16,19 @@ return [
// Actions
'create' => 'Yeni Sayfa Oluştur',
'edit' => 'Sayfayı Düzenle',
'view' => 'Görüntüle',
'save' => 'Kaydet',
'cancel' => 'İptal',
'delete' => 'Sayfayı Sil',
'restore' => 'Sayfayı Geri Yükle',
'force_delete' => 'Kalıcı Olarak Sil',
// Menu Tree
'menu_tree_title' => 'Menü Yapısı',
'menu_refresh' => 'Yenile',
'menu_back_to_pages' => 'Sayfalara Dön',
'menu_tree_saved' => 'Menü yapısı başarıyla kaydedildi.',
// Form sections
'form_section_content' => 'İçerik',
'form_section_page_settings' => 'Sayfa Ayarları',