STYLES handling changes (via SETTINGS)

This commit is contained in:
Zef Hemel
2023-07-02 14:48:27 +02:00
parent 1ae02416b6
commit fabd785f6d
5 changed files with 20 additions and 11 deletions
+1
View File
@@ -35,6 +35,7 @@ export type BuiltinSettings = {
indexPage: string;
// Format: compatible with docker ignore
spaceIgnore?: string;
customStyles?: string;
};
export type PanelConfig = {