JSONEditor enable/disable flag
This commit is contained in:
3
dist/index.html
vendored
3
dist/index.html
vendored
@@ -53,7 +53,8 @@
|
||||
log("Unable to Load SwaggerUI");
|
||||
},
|
||||
docExpansion: "none",
|
||||
sorter : "alpha"
|
||||
sorter : "alpha",
|
||||
jsonEditor:true
|
||||
});
|
||||
|
||||
function addApiKeyAuthorization() {
|
||||
|
||||
Reference in New Issue
Block a user