Spaces:
Build error
Build error
Update src/addons/addons/custom-zoom/_manifest_entry.js
Browse files
src/addons/addons/custom-zoom/_manifest_entry.js
CHANGED
@@ -29,7 +29,7 @@ const manifest = {
|
|
29 |
"id": "maxZoom",
|
30 |
"type": "integer",
|
31 |
"min": 100,
|
32 |
-
"default":
|
33 |
"max": 500
|
34 |
},
|
35 |
{
|
@@ -38,7 +38,7 @@ const manifest = {
|
|
38 |
"id": "minZoom",
|
39 |
"type": "integer",
|
40 |
"min": 1,
|
41 |
-
"default":
|
42 |
"max": 100
|
43 |
},
|
44 |
{
|
|
|
29 |
"id": "maxZoom",
|
30 |
"type": "integer",
|
31 |
"min": 100,
|
32 |
+
"default": 500,
|
33 |
"max": 500
|
34 |
},
|
35 |
{
|
|
|
38 |
"id": "minZoom",
|
39 |
"type": "integer",
|
40 |
"min": 1,
|
41 |
+
"default": 1,
|
42 |
"max": 100
|
43 |
},
|
44 |
{
|