Skip to content

How to avoid having resources nested under Prisma in navigation? #1736

Answered by dziraf
whatuserever asked this question in Q&A
Discussion options

You must be logged in to vote
  1. Nesting under some name:
navigation: { name: 'xxx' }
  1. Nesting under some name with icon (this is the default conifguration where name is usually your ORM):
navigation: { name: 'xxx', icon: 'Activity' }
  1. Not nesting under anything:
navigation: null
  1. Not nesting but having an icon:
navigation: { icon: 'Activity' }

You can use PascalCase names of icons from: https://feathericons.com/

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@whatuserever
Comment options

Answer selected by whatuserever
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants