Merge pull request #320 from trheyi/main

[add]  component instance Fixed
This commit is contained in:
Max 2023-01-20 00:09:04 +08:00 committed by GitHub
commit 110c29f5ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,7 @@ type InstanceDSL struct {
Name string `json:"name,omitempty"`
Width interface{} `json:"width,omitempty"`
Height interface{} `json:"height,omitempty"`
Fixed bool `json:"fixed,omitempty"` // for widget table
Rows []InstanceDSL `json:"rows,omitempty"`
}