mirror of
https://github.com/quartz-community/canvas-page.git
synced 2026-07-22 02:50:24 +00:00
docs: add missing defaultOptions and optionSchema to package.json manifest
This commit is contained in:
parent
c3c069a70b
commit
09b45d883f
1 changed files with 20 additions and 1 deletions
21
package.json
21
package.json
|
|
@ -103,11 +103,30 @@
|
|||
"dependencies": [],
|
||||
"defaultOrder": 50,
|
||||
"defaultEnabled": true,
|
||||
"defaultOptions": {},
|
||||
"defaultOptions": {
|
||||
"enableInteraction": true,
|
||||
"initialZoom": 1,
|
||||
"minZoom": 0.1,
|
||||
"maxZoom": 5
|
||||
},
|
||||
"frames": {
|
||||
"CanvasFrame": {
|
||||
"exportName": "CanvasFrame"
|
||||
}
|
||||
},
|
||||
"optionSchema": {
|
||||
"enableInteraction": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"initialZoom": {
|
||||
"type": "number"
|
||||
},
|
||||
"minZoom": {
|
||||
"type": "number"
|
||||
},
|
||||
"maxZoom": {
|
||||
"type": "number"
|
||||
}
|
||||
}
|
||||
},
|
||||
"engines": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue