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 153
153
'navigation_sort ' => 5 ,
154
154
],
155
155
156
+
157
+ 'tags ' => [
158
+ 'navigation_sort ' => 20 ,
159
+ ],
160
+
156
161
/*
157
162
|--------------------------------------------------------------------------
158
163
| Tag Pages Configuration
199
204
'show_type_counts ' => true ,
200
205
],
201
206
],
202
-
203
- 'tags ' => [
204
- 'navigation_sort ' => 20 ,
205
- ],
206
207
];
Original file line number Diff line number Diff line change @@ -22,11 +22,11 @@ abstract class AbstractPageRouteHelper implements HandlesPageRoutes
22
22
23
23
public function defineRoutes (): void
24
24
{
25
- $ this ->definePageRoutes ();
26
-
27
25
if (FilamentFlexibleContentBlockPages::config ()->areTagPagesEnabled ()) {
28
26
$ this ->defineSeoTagRoutes ();
29
27
}
28
+
29
+ $ this ->definePageRoutes ();
30
30
}
31
31
32
32
public function definePageRoutes (): void
You can’t perform that action at this time.
0 commit comments