docs: add missing defaultOptions and optionSchema to package.json manifest

This commit is contained in:
saberzero1 2026-05-22 20:06:19 +02:00
parent 59ae85b003
commit d6debde1d8
No known key found for this signature in database

View file

@ -102,6 +102,17 @@
"dependencies": [],
"defaultOrder": 50,
"defaultEnabled": true,
"defaultOptions": {}
"defaultOptions": {
"showFolderCount": true,
"showSubfolders": true
},
"optionSchema": {
"showFolderCount": {
"type": "boolean"
},
"showSubfolders": {
"type": "boolean"
}
}
}
}