mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
allow placeholder for sharing project to be changed
This commit is contained in:
parent
4202b4795b
commit
0576380811
2 changed files with 4 additions and 2 deletions
|
@ -49,7 +49,7 @@ script(type='text/ng-template', id='shareProjectModalTemplate')
|
|||
.form-group
|
||||
tags-input(
|
||||
template="shareTagTemplate"
|
||||
placeholder="joe@example.com, sue@example.com, ..."
|
||||
placeholder="#{settings.customisation.shareProjectPlaceholder || 'joe@example.com, sue@example.com, ...'}"
|
||||
ng-model="inputs.contacts"
|
||||
focus-on="open"
|
||||
display-property="display"
|
||||
|
|
|
@ -339,7 +339,9 @@ module.exports = settings =
|
|||
url: "/logout"
|
||||
}]
|
||||
}]
|
||||
|
||||
|
||||
customisation: {}
|
||||
|
||||
# templates: [{
|
||||
# name : "cv_or_resume",
|
||||
# url : "/templates/cv"
|
||||
|
|
Loading…
Reference in a new issue