UNPKG

netlify-cms-widget-map

Version:

Widget for editing spatial data in Netlify CMS.

7 lines (6 loc) 148 B
export default { properties: { decimals: { type: 'integer' }, type: { type: 'string', enum: ['Point', 'LineString', 'Polygon'] }, }, };