mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
show the social buttons by default in settings
This commit is contained in:
parent
2ed934120c
commit
5f6bdaf700
1 changed files with 2 additions and 0 deletions
|
@ -105,6 +105,8 @@ module.exports =
|
||||||
|
|
||||||
templates:
|
templates:
|
||||||
user_id: process.env.TEMPLATES_USER_ID or "5395eb7aad1f29a88756c7f2"
|
user_id: process.env.TEMPLATES_USER_ID or "5395eb7aad1f29a88756c7f2"
|
||||||
|
showSocialButtons: false
|
||||||
|
showComments: false
|
||||||
|
|
||||||
# Where your instance of ShareLaTeX can be found publically. Used in emails
|
# Where your instance of ShareLaTeX can be found publically. Used in emails
|
||||||
# that are sent out, generated links, etc.
|
# that are sent out, generated links, etc.
|
||||||
|
|
Loading…
Reference in a new issue