mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-01 13:37:47 +00:00
Make column breakpoints optional
This commit is contained in:
parent
79a56fabdf
commit
c0aed4325d
@ -25,7 +25,7 @@ export interface LovelaceBaseViewConfig {
|
||||
// Only used for section view, it should move to a section view config type when the views will have dedicated editor.
|
||||
max_columns?: number;
|
||||
dense_section_placement?: boolean;
|
||||
column_breakpoints: Record<string, number>;
|
||||
column_breakpoints?: Record<string, number>;
|
||||
}
|
||||
|
||||
export interface LovelaceViewConfig extends LovelaceBaseViewConfig {
|
||||
|
Loading…
x
Reference in New Issue
Block a user