We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3e1876 commit f74762eCopy full SHA for f74762e
scripts/generate_options_schema.js
@@ -86,7 +86,7 @@ addTypeDocOptions({
86
).defaults;
87
88
for (const key of Object.keys(defaults)) {
89
- flagsObj[key] = {
+ flagsObj.properties[key] = {
90
type: "boolean",
91
};
92
}
0 commit comments