Skip to content

Commit

Permalink
Add layout options support in card config (#1400)
Browse files Browse the repository at this point in the history
  • Loading branch information
piitaya authored Apr 3, 2024
1 parent b1cb232 commit 61668ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/shared/config/lovelace-card-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ export const lovelaceCardConfigStruct = object({
view_index: optional(number()),
view_layout: any(),
type: string(),
layout_options: any(),
});

0 comments on commit 61668ec

Please sign in to comment.