Refactor MenuTree page and PagesMenuWidget: Removed the view property from MenuTree, updated header widget method to footer widget method, and eliminated the menu-tree Blade view file. Enhanced tree title handling in PagesMenuWidget by introducing a dedicated method for retrieving the title using localization.
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
<x-filament-panels::page>
|
||||
@if ($this->hasHeaderWidgets())
|
||||
<x-filament-widgets::widgets
|
||||
:widgets="$this->getHeaderWidgets()"
|
||||
:columns="$this->getHeaderWidgetsColumns()"
|
||||
/>
|
||||
@endif
|
||||
</x-filament-panels::page>
|
||||
|
||||
Reference in New Issue
Block a user