updates
This commit is contained in:
Binary file not shown.
@@ -40,6 +40,7 @@ class PageContent(Base):
|
||||
map_url = Column(String(1000), nullable=True) # Google Maps embed URL
|
||||
social_links = Column(Text, nullable=True) # JSON: facebook, twitter, instagram, etc.
|
||||
footer_links = Column(Text, nullable=True) # JSON: quick links, support links
|
||||
badges = Column(Text, nullable=True) # JSON: array of badges with text and icon
|
||||
|
||||
# Home page specific
|
||||
hero_title = Column(String(500), nullable=True)
|
||||
|
||||
Reference in New Issue
Block a user