mirror of
https://github.com/home-assistant/frontend.git
synced 2025-08-02 14:07:55 +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.
|
// Only used for section view, it should move to a section view config type when the views will have dedicated editor.
|
||||||
max_columns?: number;
|
max_columns?: number;
|
||||||
dense_section_placement?: boolean;
|
dense_section_placement?: boolean;
|
||||||
column_breakpoints: Record<string, number>;
|
column_breakpoints?: Record<string, number>;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface LovelaceViewConfig extends LovelaceBaseViewConfig {
|
export interface LovelaceViewConfig extends LovelaceBaseViewConfig {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user