Navbar customization v2 (#18026)
Adds color support for navigation menu items. --------- Co-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com> Co-authored-by: Devessier <baptiste@devessier.fr> Co-authored-by: Charles Bochet <charles@twenty.com>
This commit is contained in:
@@ -3,6 +3,7 @@ import { type SyncableEntityOptions } from '@/application/syncableEntityOptionsT
|
||||
export type NavigationMenuItemManifest = SyncableEntityOptions & {
|
||||
name?: string;
|
||||
icon?: string;
|
||||
color?: string;
|
||||
position: number;
|
||||
viewUniversalIdentifier?: string;
|
||||
link?: string;
|
||||
|
||||
Reference in New Issue
Block a user