mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2025-05-28 05:54:43 -04:00
Merge pull request #691 from SISheogorath/feature/upload
Allow more detailed configuration of upload mime types
This commit is contained in:
commit
584f1c5249
4 changed files with 29 additions and 11 deletions
|
@ -3,6 +3,8 @@ window.urlpath = '<%- urlpath %>'
|
|||
window.debug = <%- debug %>
|
||||
window.version = '<%- version %>'
|
||||
|
||||
window.allowedUploadMimeTypes = <%- JSON.stringify(allowedUploadMimeTypes) %>
|
||||
|
||||
window.GOOGLE_API_KEY = '<%- GOOGLE_API_KEY %>'
|
||||
window.GOOGLE_CLIENT_ID = '<%- GOOGLE_CLIENT_ID %>'
|
||||
window.DROPBOX_APP_KEY = '<%- DROPBOX_APP_KEY %>'
|
||||
window.DROPBOX_APP_KEY = '<%- DROPBOX_APP_KEY %>'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue