allow placeholder for sharing project to be changed
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user