UNPKG
netlify-cms-widget-map
Version:
beta (1.5.0-beta.0)
latest (1.5.1)
1.5.1
1.5.0
1.5.0-beta.0
1.4.6
1.4.5
1.4.4
1.4.3
1.4.2
1.4.1
1.4.0
1.3.3
1.3.2
1.3.2-beta.0
1.3.1
1.3.1-beta.2
1.3.1-beta.1
1.3.1-beta.0
1.3.0
1.2.0
1.2.0-beta.0
1.1.1-beta.0
1.1.0
Widget for editing spatial data in Netlify CMS.
www.netlifycms.org/docs/widgets/
netlify/netlify-cms
netlify-cms-widget-map
/
dist
/
esm
/
schema.js
18 lines
(17 loc)
•
305 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
default
=
void
0
;
var
_default = {
properties
: {
decimals
: {
type
:
'integer'
},
type
: {
type
:
'string'
,
enum
: [
'Point'
,
'LineString'
,
'Polygon'
] } } };
exports
.
default
= _default;