This commit is contained in:
Tomas Dvorak
2025-05-28 12:02:38 +02:00
parent b3f7e7ea77
commit 56d6496cca
-4
View File
@@ -74,10 +74,6 @@ type BannerStyle struct {
ImageX int `json:"imageX"` // X position for custom
ImageY int `json:"imageY"` // Y position for custom
}
ImagePosition string `json:"imagePosition"` // left, right, center, or custom
ImageX string `json:"imageX"` // X position for custom placement
ImageY string `json:"imageY"` // Y position for custom placement
}
var (
banner BannerContent