mirror of
https://github.com/Dvorinka/PPve.git
synced 2026-06-04 04:22:58 +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]"),
|
||||
BorderRadius: r.FormValue("style[borderRadius]"),
|
||||
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