Skip to content

Commit

Permalink
Merge pull request #6349 from gnestor/issue-451
Browse files Browse the repository at this point in the history
Add geojson support to json-extension
  • Loading branch information
blink1073 committed May 14, 2019
2 parents 3670ef1 + d866edd commit 86176e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/json-extension/src/index.tsx
Expand Up @@ -93,7 +93,7 @@ const extensions: IRenderMime.IExtension | IRenderMime.IExtension[] = [
documentWidgetFactoryOptions: {
name: 'JSON',
primaryFileType: 'json',
fileTypes: ['json', 'notebook'],
fileTypes: ['json', 'notebook', 'geojson'],
defaultFor: ['json']
}
}
Expand Down

0 comments on commit 86176e6

Please sign in to comment.