[add] keywords
This commit is contained in:
parent
da0c8ec962
commit
a072a91f70
1 changed files with 6 additions and 5 deletions
|
|
@ -62,11 +62,12 @@ type BlockLayoutItems struct {
|
|||
|
||||
// LayoutItem is the struct for the layout it
|
||||
type LayoutItem struct {
|
||||
ID string `json:"id"`
|
||||
Label string `json:"label,omitempty"`
|
||||
Width int `json:"width,omitempty"`
|
||||
Height int `json:"height,omitempty"`
|
||||
Blocks []LayoutItem `json:"blocks,omitempty"`
|
||||
ID string `json:"id"`
|
||||
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"`
|
||||
}
|
||||
|
||||
// Template is the struct for the template
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue