Work on event badge

This commit is contained in:
Scott Idem
2022-02-28 19:25:22 -05:00
parent d4da7535f9
commit 07cdb6be77
2 changed files with 11 additions and 2 deletions

View File

@@ -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]