File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 153153 'navigation_sort ' => 5 ,
154154 ],
155155
156+
157+ 'tags ' => [
158+ 'navigation_sort ' => 20 ,
159+ ],
160+
156161 /*
157162 |--------------------------------------------------------------------------
158163 | Tag Pages Configuration
199204 'show_type_counts ' => true ,
200205 ],
201206 ],
202-
203- 'tags ' => [
204- 'navigation_sort ' => 20 ,
205- ],
206207];
Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ abstract class AbstractPageRouteHelper implements HandlesPageRoutes
2222
2323 public function defineRoutes (): void
2424 {
25- $ this ->definePageRoutes ();
26-
2725 if (FilamentFlexibleContentBlockPages::config ()->areTagPagesEnabled ()) {
2826 $ this ->defineSeoTagRoutes ();
2927 }
28+
29+ $ this ->definePageRoutes ();
3030 }
3131
3232 public function definePageRoutes (): void
You can’t perform that action at this time.
0 commit comments