expand collapse buttons

This commit is contained in:
Laurent Lepinay
2015-05-18 15:34:35 +02:00
parent f16c265087
commit dd5fab0b20
11 changed files with 60 additions and 11 deletions

View File

@@ -59,6 +59,16 @@ window.SwaggerUi = Backbone.Router.extend({
this.headerView.on('update-swagger-ui', function(data) {
return that.updateSwaggerUi(data);
});
// JSon Editor custom theming
JSONEditor.defaults.iconlibs.swagger = JSONEditor.AbstractIconLib.extend({
mapping: {
collapse: 'collapse',
expand: 'expand'
},
icon_prefix: 'swagger-'
});
},
// Set an option after initializing