This commit is contained in:
Tomas Dvorak
2025-05-28 12:44:07 +02:00
parent 8f9b9bd501
commit 8f9602400b
2 changed files with 32 additions and 14 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ type BannerStyle struct {
IsVisible bool `json:"isVisible"`
ImageWidth int `json:"imageWidth"` // Width in pixels
ImageHeight int `json:"imageHeight"` // Height in pixels
ImagePosition string `json:"imagePosition"` // center, left, right, custom
ImagePosition string `json:"imagePosition"` // center, left, right
ImageX int `json:"imageX"` // X position for custom
ImageY int `json:"imageY"` // Y position for custom
}