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 34243054ce
commit ab1846baf6
No known key found for this signature in database

View file

@ -88,6 +88,17 @@
"dependencies": [],
"defaultOrder": 40,
"defaultEnabled": true,
"defaultOptions": {}
"defaultOptions": {
"enableSmartyPants": true,
"linkHeadings": true
},
"optionSchema": {
"enableSmartyPants": {
"type": "boolean"
},
"linkHeadings": {
"type": "boolean"
}
}
}
}