Skip to content
Discussion options

You must be logged in to vote

First set public static $displayInNavigation = false;

And then

$menu->prepend(
  MenuSection::make('Supervisor tools', [
       MenuItem::resource(FieldsPreviewResource::class)
          ->canSee(fn ($request) => FieldsPreviewResource::authorizedToViewAny($request)),
  ])
);

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
3 replies
@bendadaniel
Comment options

@dmason30
Comment options

@bendadaniel
Comment options

Answer selected by bendadaniel
Comment options

You must be logged in to vote
1 reply
@juse-less
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
5 participants
Converted from issue

This discussion was converted from issue #4366 on June 05, 2022 11:33.