model: event_badge_template — add background_image_path and cfg_json fields

This commit is contained in:
Scott Idem
2026-04-07 13:00:49 -04:00
parent 987b552157
commit eba3456b7b

View File

@@ -37,6 +37,7 @@ class Event_Badge_Template_Base(BaseModel):
header_background: Optional[str]
secondary_header_path: Optional[str] # Path to image file for back of badge and other sections
background_image_path: Optional[str]
footer_path: Optional[str] # Path to image file
footer_title: Optional[str]
@@ -74,6 +75,7 @@ class Event_Badge_Template_Base(BaseModel):
passcode: Optional[str]
other_json: Optional[str]
cfg_json: Optional[Json]
enable: Optional[bool]
hide: Optional[bool]