Merge pull request #588 from trheyi/main
Add height and width properties to FrameDSL
This commit is contained in:
commit
2558ca6557
1 changed files with 2 additions and 0 deletions
|
|
@ -82,6 +82,8 @@ type ViewLayoutDSL struct {
|
||||||
type FrameDSL struct {
|
type FrameDSL struct {
|
||||||
URL string `json:"url,omitempty"`
|
URL string `json:"url,omitempty"`
|
||||||
Params map[string]string `json:"params,omitempty"`
|
Params map[string]string `json:"params,omitempty"`
|
||||||
|
Height string `json:"height,omitempty"`
|
||||||
|
Width string `json:"width,omitempty"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// SectionDSL layout.form.sections[*]
|
// SectionDSL layout.form.sections[*]
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue