File tree Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Expand file tree Collapse file tree 2 files changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -40,11 +40,6 @@ public static function getNavigationGroup(): ?string
40
40
return flexiblePagesTrans ('tags.navigation_group ' );
41
41
}
42
42
43
- public static function getNavigationLabel (): string
44
- {
45
- return flexiblePagesTrans ('tags.tag_plural_lbl ' );
46
- }
47
-
48
43
public static function getLabel (): ?string
49
44
{
50
45
return flexiblePagesTrans ('tags.tag_lbl ' );
Original file line number Diff line number Diff line change @@ -44,11 +44,6 @@ public static function getNavigationGroup(): ?string
44
44
return flexiblePagesTrans ('tag_types.navigation_group ' );
45
45
}
46
46
47
- public static function getNavigationLabel (): string
48
- {
49
- return flexiblePagesTrans ('tag_types.tag_type_plural_lbl ' );
50
- }
51
-
52
47
public static function getLabel (): ?string
53
48
{
54
49
return flexiblePagesTrans ('tag_types.tag_type_lbl ' );
@@ -66,7 +61,7 @@ public static function getPluralModelLabel(): string
66
61
67
62
public static function getNavigationParentItem (): ?string
68
63
{
69
- return FilamentFlexibleContentBlockPages::config ()->getResources ()[FilamentFlexibleContentBlockPagesConfig::TYPE_TAG ]::getLabel ();
64
+ return FilamentFlexibleContentBlockPages::config ()->getResources ()[FilamentFlexibleContentBlockPagesConfig::TYPE_TAG ]::getNavigationLabel ();
70
65
}
71
66
72
67
public static function getNavigationSort (): ?int
You can’t perform that action at this time.
0 commit comments