Skip to content

Commit

Permalink
Merge pull request #4886 from kobergj/AddGGPMimetype
Browse files Browse the repository at this point in the history
Add GGP Mimetype
  • Loading branch information
kobergj authored Oct 15, 2024
2 parents 9af30f3 + 185a934 commit 6dd3d45
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions changelog/unreleased/ggp-mimetype.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Enhancement: Add new Mimetype ggp

Adds a new mimetype application/vnd.geogebra.pinboard (ggp) to the app-registry

https://github.com/cs3org/reva/pull/4886
1 change: 1 addition & 0 deletions pkg/mime/mime.go
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ var mimeTypes = map[string]string{
"geojson": "application/geo+json",
"gex": "application/vnd.geometry-explorer",
"ggb": "application/vnd.geogebra.file",
"ggp": "application/vnd.geogebra.pinboard",
"ggs": "application/vnd.geogebra.slides",
"ggt": "application/vnd.geogebra.tool",
"ghf": "application/vnd.groove-help",
Expand Down

0 comments on commit 6dd3d45

Please sign in to comment.