mirror of
https://github.com/zadam/trilium.git
synced 2026-05-07 20:08:06 +02:00
chore(icon_pack): switch schema to support multiple terms per icon
This commit is contained in:
@@ -292,7 +292,7 @@ export interface IconRegistry {
|
||||
name: string;
|
||||
icons: {
|
||||
id: string;
|
||||
label: string;
|
||||
terms: string[];
|
||||
}[]
|
||||
}[];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user