Skip to content
Snippets Groups Projects
Commit ebec6613 authored by Niklas Schrötler's avatar Niklas Schrötler
Browse files

LayoutConfig: Added option to define screen-wide background

parent 8c796873
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@ import {PanelTypes} from "../panels/_Panels";
export type LayoutConfig = {
id: string,
background?: string,
schedule: LayoutSchedule,
panels: PanelDefinition<any>[]
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment