Skip to content

Commit

Permalink
Fix(auth): allow filestore upload for arena ui card image
Browse files Browse the repository at this point in the history
  • Loading branch information
mwfarb committed Jun 26, 2024
1 parent 480e4a9 commit fca5a37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions static/auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ window.ARENAAUTH = {
signOutPath: `//${window.location.host}/user/logout`,
filestoreUploadSchema: {
// top level data adds, first
'arenaui-card': ['img'],
gaussian_splatting: ['src'],
'gltf-model': ['url'],
image: ['url'],
Expand Down

0 comments on commit fca5a37

Please sign in to comment.