Work on event badge
This commit is contained in:
@@ -33,10 +33,14 @@ class Event_Badge_Template_Base(BaseModel):
|
||||
|
||||
logo_filename: Optional[str]
|
||||
logo_path: Optional[str]
|
||||
header_path: Optional[str] # Path to image file
|
||||
header_row_1: Optional[str]
|
||||
header_row_2: Optional[str]
|
||||
header_background: Optional[str]
|
||||
|
||||
secondary_header_path: Optional[str] # Path to image file for back of badge and other sections
|
||||
|
||||
footer_path: Optional[str] # Path to image file
|
||||
footer_title: Optional[str]
|
||||
footer_left: Optional[str]
|
||||
footer_right: Optional[str]
|
||||
|
||||
Reference in New Issue
Block a user