File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -98,6 +98,7 @@ USE_THEME_PREVIEW_IFRAME=true
9898
9999# Redirects all pages to https
100100FORCE_ROUTE_HTTPS = false
101+
101102DISPLAY_FOOTER_HOME = true
102103DISPLAY_FOOTER_TERMS = true
103104DISPLAY_FOOTER_PRIVACY = true
Original file line number Diff line number Diff line change @@ -97,4 +97,16 @@ ENABLE_SOCIAL_LOGIN=false
9797USE_THEME_PREVIEW_IFRAME=true
9898
9999#Redirects all pages to https
100- FORCE_ROUTE_HTTPS=false
100+ FORCE_ROUTE_HTTPS=false
101+
102+ DISPLAY_FOOTER_HOME=true
103+ DISPLAY_FOOTER_TERMS=true
104+ DISPLAY_FOOTER_PRIVACY=true
105+ DISPLAY_FOOTER_CONTACT=true
106+
107+ TITLE_FOOTER_HOME="Home"
108+ TITLE_FOOTER_TERMS="Terms"
109+ TITLE_FOOTER_PRIVACY="Privacy"
110+ TITLE_FOOTER_CONTACT="Contact"
111+
112+ HOME_FOOTER_LINK=""
You can’t perform that action at this time.
0 commit comments