Skip to content

Commit

Permalink
add new default hassio config params to use visual editor in sections (
Browse files Browse the repository at this point in the history
  • Loading branch information
idaho authored Sep 30, 2024
1 parent 6b0b5cc commit d5873a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/utils/form/defaultConfigStruct.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ const defaultConfigStruct = object({
index: optional(number()),
view_index: optional(number()),
view_layout: any(),
type: string()
type: string(),
layout_options: any(),
visibility: any()
});

export {
Expand Down

0 comments on commit d5873a1

Please sign in to comment.