Work on site and badge templates
This commit is contained in:
@@ -40,8 +40,8 @@ class Site_Base(BaseModel):
|
|||||||
|
|
||||||
logo_path: Optional[str] # In use 2022-07-19
|
logo_path: Optional[str] # In use 2022-07-19
|
||||||
logo_bg_color: Optional[str] # In use 2022-07-19
|
logo_bg_color: Optional[str] # In use 2022-07-19
|
||||||
banner_image_path: Optional[str]
|
# banner_image_path: Optional[str]
|
||||||
banner_bg_color: Optional[str]
|
# banner_bg_color: Optional[str]
|
||||||
background_image_path: Optional[str] # In use 2022-07-19
|
background_image_path: Optional[str] # In use 2022-07-19
|
||||||
background_bg_color: Optional[str] # In use 2022-07-19
|
background_bg_color: Optional[str] # In use 2022-07-19
|
||||||
|
|
||||||
@@ -63,15 +63,17 @@ class Site_Base(BaseModel):
|
|||||||
site_menu_html_path: Optional[str]
|
site_menu_html_path: Optional[str]
|
||||||
|
|
||||||
title: Optional[str]
|
title: Optional[str]
|
||||||
|
tagline: Optional[str] # In use 2022-07-19
|
||||||
|
|
||||||
header_html: Optional[str] # In use 2022-07-19
|
header_html: Optional[str] # In use 2022-07-19
|
||||||
header_css: Optional[str] # In use 2022-07-19
|
header_css: Optional[str] # In use 2022-07-19
|
||||||
# banner_image_path: Optional[str] # Rename to site_header_image_path
|
# banner_image_path: Optional[str] # Rename to site_header_image_path
|
||||||
header_image_path: Optional[str]
|
header_image_path: Optional[str]
|
||||||
# banner_bg_color: Optional[str] # Rename to site_header_image_bg_color
|
# banner_bg_color: Optional[str] # Rename to site_header_image_bg_color
|
||||||
header_image_bg_color: Optional[str]
|
header_image_bg_color: Optional[str]
|
||||||
|
|
||||||
body_html: Optional[str] # In use 2022-07-19
|
body_html: Optional[str] # In use 2022-07-19
|
||||||
# site_body: Optional[str] # In use 2022-07-19
|
# site_body: Optional[str] # In use 2022-07-19
|
||||||
tagline: Optional[str] # In use 2022-07-19
|
|
||||||
|
|
||||||
# site_header_h1: Optional[str]
|
# site_header_h1: Optional[str]
|
||||||
# site_header_h2: Optional[str]
|
# site_header_h2: Optional[str]
|
||||||
|
|||||||
Reference in New Issue
Block a user