mirror of
https://github.com/overleaf/toolkit.git
synced 2025-04-19 23:38:06 +02:00
Fix invalid JSON for footer text
A colon needs to be used instead of an equal sign; otherwise it's invalid JSON and will throw an error visible in the CLSI log.
This commit is contained in:
parent
43d6fae629
commit
1947230c86
1 changed files with 3 additions and 3 deletions
|
@ -20,8 +20,8 @@ TEXMFVAR=/var/lib/sharelatex/tmp/texmf-var
|
|||
# SHARELATEX_HEADER_IMAGE_URL=http://somewhere.com/mylogo.png
|
||||
# SHARELATEX_ADMIN_EMAIL=support@it.com
|
||||
|
||||
# SHARELATEX_LEFT_FOOTER=[{"text"="Powered by <a href=\"https://www.sharelatex.com\">ShareLaTeX</a> 2016"},{"text"="Another page I want to link to can be found <a href=\"here\">here</a>"} ]
|
||||
# SHARELATEX_RIGHT_FOOTER=[{"text"="Hello I am on the Right"} ]
|
||||
# SHARELATEX_LEFT_FOOTER=[{"text":"Powered by <a href=\"https://www.sharelatex.com\">ShareLaTeX</a> 2016"},{"text":"Another page I want to link to can be found <a href=\"here\">here</a>"}]
|
||||
# SHARELATEX_RIGHT_FOOTER=[{"text":"Hello I am on the Right"}]
|
||||
|
||||
# SHARELATEX_EMAIL_FROM_ADDRESS=team@sharelatex.com
|
||||
|
||||
|
@ -53,7 +53,7 @@ TEXMFVAR=/var/lib/sharelatex/tmp/texmf-var
|
|||
# SHARELATEX_LDAP_UPDATE_USER_DETAILS_ON_LOGIN=true
|
||||
|
||||
# SHARELATEX_TEMPLATES_USER_ID=578773160210479700917ee5
|
||||
# SHARELATEX_NEW_PROJECT_TEMPLATE_LINKS=[ {"name":"All Templates","url":"/templates/all"}]
|
||||
# SHARELATEX_NEW_PROJECT_TEMPLATE_LINKS=[{"name":"All Templates","url":"/templates/all"}]
|
||||
|
||||
|
||||
# SHARELATEX_PROXY_LEARN="true"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue