mirror of
https://github.com/home-assistant/frontend.git
synced 2025-04-27 23:07:20 +00:00
Rename layout to view_layout (#8714)
This commit is contained in:
parent
a153f572d0
commit
b8bfb44aec
@ -109,7 +109,7 @@ export interface LovelaceBadgeConfig {
|
|||||||
export interface LovelaceCardConfig {
|
export interface LovelaceCardConfig {
|
||||||
index?: number;
|
index?: number;
|
||||||
view_index?: number;
|
view_index?: number;
|
||||||
layout?: any;
|
view_layout?: any;
|
||||||
type: string;
|
type: string;
|
||||||
[key: string]: any;
|
[key: string]: any;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user