Skip to content

Commit

Permalink
Enable defining permissions for navigation web interface plugins.
Browse files Browse the repository at this point in the history
  • Loading branch information
linuspahl committed Dec 17, 2024
1 parent f4a1291 commit a925501
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ type PluginNavigation = {
perspective?: string;
BadgeComponent?: React.ComponentType<{ text: string }>;
position?: 'last' | undefined,
permissions?: string | Array<string>,
useIsValidLicense?: () => boolean,
} & (PluginNavigationLink | PluginNavigationDropdown)

Expand Down

0 comments on commit a925501

Please sign in to comment.