Skip to content

Commit

Permalink
expanded upload formats (publiclab#1006)
Browse files Browse the repository at this point in the history
  • Loading branch information
jywarren authored Nov 22, 2016
1 parent 9ace4b6 commit 46eddc3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/views/editor/rich.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,8 @@
},
richTextModule: {
authorsAutocomplete: false,
tagsAutocomplete: false
tagsAutocomplete: false,
formats: ['csv', 'xls', 'zip', 'kml', 'kmz', 'gpx', 'lut', 'stl', 'dxf', 'txt', 'pdf', 'svg', 'doc', 'ppt', 'docx', 'bmp', 'obj', 'json']
},
titleModule: {
suggestRelated: false
Expand Down

0 comments on commit 46eddc3

Please sign in to comment.