mirror of
https://github.com/quartz-community/description.git
synced 2026-07-22 02:50:28 +00:00
docs: add missing defaultOptions and optionSchema to package.json manifest
This commit is contained in:
parent
85090f26c9
commit
799ae2c053
1 changed files with 16 additions and 1 deletions
17
package.json
17
package.json
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue