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 85090f26c9
commit 799ae2c053
No known key found for this signature in database

View file

@ -89,6 +89,21 @@
"dependencies": [],
"defaultOrder": 70,
"defaultEnabled": true,
"defaultOptions": {}
"defaultOptions": {
"descriptionLength": 150,
"maxDescriptionLength": 300,
"replaceExternalLinks": true
},
"optionSchema": {
"descriptionLength": {
"type": "number"
},
"maxDescriptionLength": {
"type": "number"
},
"replaceExternalLinks": {
"type": "boolean"
}
}
}
}