Merge pull request #320 from trheyi/main
[add] component instance Fixed
This commit is contained in:
commit
110c29f5ba
1 changed files with 1 additions and 0 deletions
|
|
@ -19,6 +19,7 @@ type InstanceDSL struct {
|
||||||
Name string `json:"name,omitempty"`
|
Name string `json:"name,omitempty"`
|
||||||
Width interface{} `json:"width,omitempty"`
|
Width interface{} `json:"width,omitempty"`
|
||||||
Height interface{} `json:"height,omitempty"`
|
Height interface{} `json:"height,omitempty"`
|
||||||
|
Fixed bool `json:"fixed,omitempty"` // for widget table
|
||||||
Rows []InstanceDSL `json:"rows,omitempty"`
|
Rows []InstanceDSL `json:"rows,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue