mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
added templateLinks property to example config for ShareLaTeX server pro
This commit is contained in:
parent
3ad517e1c2
commit
8fc41e9e05
1 changed files with 8 additions and 0 deletions
|
@ -362,5 +362,13 @@ module.exports =
|
||||||
# fieldName: 'LDAP User'
|
# fieldName: 'LDAP User'
|
||||||
# placeholder: 'LDAP User ID'
|
# placeholder: 'LDAP User ID'
|
||||||
# emailAtt: 'mail'
|
# emailAtt: 'mail'
|
||||||
|
|
||||||
|
#templateLinks: [{
|
||||||
|
# name : "CV projects",
|
||||||
|
# url : "/templates/cv"
|
||||||
|
#},{
|
||||||
|
# name : "all projects",
|
||||||
|
# url: "/templates/all"
|
||||||
|
#}]
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue