feat: add overwrite configuration

Signed-off-by: Konstantin Fickel <mail@konstantinfickel.de>
This commit is contained in:
Konstantin Fickel 2026-02-01 12:09:38 +01:00
parent a088057b17
commit 260400fa34
Signed by: kfickel
GPG key ID: A793722F9933C1A5
3 changed files with 153 additions and 4 deletions

View file

@ -15,6 +15,7 @@ class MarkerPlacement(BaseModel):
if_with: set[str] = set()
dimension: str
value: str | None = None
overwrites: bool = True
class Marker(BaseModel):