GitXplorerGitXplorer
a

sanity-plugin-gpx

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
cedcb4e35a189ae86ef5e1d60d3401f39e7175bf

feat: initial commit

aaadgrant committed 4 years ago

README

The README file for this repository.

GPX File input for Sanity

Upload a GPX file and return stringified JSON.

Currently designed and built for my own uses. Contribution welcome.

Usage

{
  fields: [
    // [...]
    {
      name: 'gpx',
      title: 'GPX',
      type: 'gpx'
    }
  ]
}

Data Model

{
  _type: 'gpx',
  file: Asset,
  data: string
}