feat: add overwrite configuration
Signed-off-by: Konstantin Fickel <mail@konstantinfickel.de>
This commit is contained in:
parent
a088057b17
commit
260400fa34
3 changed files with 153 additions and 4 deletions
|
|
@ -15,6 +15,7 @@ class MarkerPlacement(BaseModel):
|
|||
if_with: set[str] = set()
|
||||
dimension: str
|
||||
value: str | None = None
|
||||
overwrites: bool = True
|
||||
|
||||
|
||||
class Marker(BaseModel):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue