[add] keywords
This commit is contained in:
parent
da0c8ec962
commit
a072a91f70
1 changed files with 6 additions and 5 deletions
|
|
@ -66,6 +66,7 @@ type LayoutItem struct {
|
|||
Label string `json:"label,omitempty"`
|
||||
Width int `json:"width,omitempty"`
|
||||
Height int `json:"height,omitempty"`
|
||||
Keywords []string `json:"keywords,omitempty"`
|
||||
Blocks []LayoutItem `json:"blocks,omitempty"`
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue