sanity-plugin-gpx
v1.0.0
Published
Upload a GPX file and return stringified JSON.
Downloads
8
Readme
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
}