Merge pull request #588 from trheyi/main

Add height and width properties to FrameDSL
This commit is contained in:
Max 2024-03-09 20:02:26 +08:00 committed by GitHub
commit 2558ca6557
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -82,6 +82,8 @@ type ViewLayoutDSL struct {
type FrameDSL struct {
URL string `json:"url,omitempty"`
Params map[string]string `json:"params,omitempty"`
Height string `json:"height,omitempty"`
Width string `json:"width,omitempty"`
}
// SectionDSL layout.form.sections[*]