mirror of
https://github.com/Dvorinka/PPve.git
synced 2026-06-04 12:32:59 +00:00
Add files via upload
This commit is contained in:
@@ -187,6 +187,10 @@ func UpdateBannerHandler(w http.ResponseWriter, r *http.Request) {
|
|||||||
Margin: r.FormValue("style[margin]"),
|
Margin: r.FormValue("style[margin]"),
|
||||||
BorderRadius: r.FormValue("style[borderRadius]"),
|
BorderRadius: r.FormValue("style[borderRadius]"),
|
||||||
IsVisible: r.FormValue("style[isVisible]") == "true",
|
IsVisible: r.FormValue("style[isVisible]") == "true",
|
||||||
|
// Add image position fields
|
||||||
|
ImagePosition: r.FormValue("style[imagePosition]"),
|
||||||
|
ImageX: r.FormValue("style[imageX]"),
|
||||||
|
ImageY: r.FormValue("style[imageY]"),
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user