Dashlist: Use new nested folder picker (#74011)

* Add new folderUID property

* Add nested folder picker + migration to UID

* fix folderUID

* comment
This commit is contained in:
Josh Hunt
2023-09-07 13:57:31 +03:00
committed by GitHub
parent ebe13a53f7
commit 44e51ffe8b
10 changed files with 192 additions and 51 deletions
@@ -12,7 +12,11 @@
export const pluginVersion = "10.2.0-pre";
export interface Options {
/**
* folderId is deprecated, and migrated to folderUid on panel init
*/
folderId?: number;
folderUID?: string;
includeVars: boolean;
keepTime: boolean;
maxItems: number;