Skip to content

Commit 5ca7f99

Browse files
authored
improve: enable showExtensions option by default (#1638)
1 parent f42e73e commit 5ca7f99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ const defaults = {
4646
components: {
4747
EditorLayout
4848
},
49+
showExtensions: true
4950
}
5051

5152
module.exports = function SwaggerEditor(options) {

0 commit comments

Comments
 (0)