[add] block layout height
This commit is contained in:
parent
39cfeb38dd
commit
da0c8ec962
1 changed files with 1 additions and 0 deletions
|
|
@ -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"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue