File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ class LibraryItemResource extends Resource
1818
1919 protected static string |\BackedEnum |null $ navigationIcon = 'heroicon-o-folder ' ;
2020
21- protected static string |\UnitEnum |null $ navigationGroup = 'Library ' ;
21+ protected static string |\UnitEnum |null $ navigationGroup = 'Resource Library ' ;
2222
2323 protected static ?int $ navigationSort = 10 ;
2424
25- protected static ?string $ navigationLabel = 'Library ' ;
25+ protected static ?string $ navigationLabel = 'All Folders ' ;
2626
2727 protected static ?string $ modelLabel = 'Library Item ' ;
2828
@@ -106,9 +106,9 @@ public static function getRelations(): array
106106 public static function getPages (): array
107107 {
108108 return [
109- 'index ' => Pages \ListLibraryItems::route ('/ ' ),
110- 'create ' => Pages \CreateLibraryItem::route ('/create ' ),
111- 'edit ' => Pages \EditLibraryItem::route ('/{record}/edit ' ),
109+ 'index ' => Pages \ListLibraryItems::route ('/library ' ),
110+ 'create ' => Pages \CreateLibraryItem::route ('/library/ create ' ),
111+ 'edit ' => Pages \EditLibraryItem::route ('/library/ {record}/edit ' ),
112112 ];
113113 }
114114}
You can’t perform that action at this time.
0 commit comments