Skip to content

Commit

Permalink
feat: show extensions for OpenAPI 2.0/3.0.x (#4566)
Browse files Browse the repository at this point in the history
showExtensions config option was turned on to enable
rendering  specification extensions in certain components.
  • Loading branch information
frankkilcommins committed Nov 13, 2023
1 parent dd18f4f commit acc495e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ SwaggerEditor.defaultProps = {
...SwaggerUI.defaultProps,
layout: 'SwaggerEditorLayout',
presets: [SwaggerEditor.presets.default],
showExtensions: true,
};

export default SwaggerEditor;

0 comments on commit acc495e

Please sign in to comment.