model: event_badge_template — add background_image_path and cfg_json fields
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user