mirror of
https://github.com/quartz-community/folder-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
59ae85b003
commit
d6debde1d8
1 changed files with 12 additions and 1 deletions
13
package.json
13
package.json
|
|
@ -102,6 +102,17 @@
|
|||
"dependencies": [],
|
||||
"defaultOrder": 50,
|
||||
"defaultEnabled": true,
|
||||
"defaultOptions": {}
|
||||
"defaultOptions": {
|
||||
"showFolderCount": true,
|
||||
"showSubfolders": true
|
||||
},
|
||||
"optionSchema": {
|
||||
"showFolderCount": {
|
||||
"type": "boolean"
|
||||
},
|
||||
"showSubfolders": {
|
||||
"type": "boolean"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue