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