feat(url-presets): allow presets to appear as nav menu items (#2110)

This commit is contained in:
Carlos Valente
2026-06-28 18:07:02 +02:00
committed by GitHub
parent 41a09bf5c3
commit 1553573b94
16 changed files with 86 additions and 7 deletions
@@ -20,6 +20,7 @@ type BaseURLPreset = {
enabled: boolean;
alias: string;
search: string;
displayInNav: boolean;
options?: Record<string, string>;
};
@@ -28,6 +29,7 @@ type CuesheetUrlPreset = {
enabled: boolean;
alias: string;
search: string;
displayInNav: boolean;
options?: {
read?: string;
write?: string;