Add height and width properties to FrameDSL

This commit is contained in:
Max 2024-03-09 20:01:52 +08:00
parent 6208863f31
commit ef08ff00e7

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[*]