Support multiple customStyles pages

This commit is contained in:
Zef Hemel
2023-08-28 15:52:39 +02:00
parent cc2448b91f
commit 54d2deea15
3 changed files with 24 additions and 15 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ export type PanelMode = number;
export type BuiltinSettings = {
indexPage: string;
customStyles?: string;
customStyles?: string | string[];
plugOverrides?: Record<string, Partial<Manifest>>;
// Format: compatible with docker ignore
spaceIgnore?: string;