Add BaseLayout to core

This commit is contained in:
Kyle Shockey
2017-04-14 18:38:59 -07:00
parent de92f8deb4
commit cf80839d11
3 changed files with 96 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ module.exports = function SwaggerUI(opts) {
dom_id: null,
spec: {},
url: "",
layout: "Layout",
layout: "BaseLayout",
validatorUrl: "https://online.swagger.io/validator",
configs: {
},