[add] block layout height

This commit is contained in:
Max 2023-10-19 16:30:31 +08:00
parent 39cfeb38dd
commit da0c8ec962

View file

@ -65,6 +65,7 @@ type LayoutItem struct {
ID string `json:"id"` ID string `json:"id"`
Label string `json:"label,omitempty"` Label string `json:"label,omitempty"`
Width int `json:"width,omitempty"` Width int `json:"width,omitempty"`
Height int `json:"height,omitempty"`
Blocks []LayoutItem `json:"blocks,omitempty"` Blocks []LayoutItem `json:"blocks,omitempty"`
} }