[add] keywords

This commit is contained in:
Max 2023-10-19 18:52:19 +08:00
parent da0c8ec962
commit a072a91f70

View file

@ -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