Skip to content

Commit

Permalink
fixes #963 - added support for 'show-curl-before-try' in rapi-doc-mini
Browse files Browse the repository at this point in the history
  • Loading branch information
mrin9 committed Sep 27, 2024
1 parent 0f9f23f commit bfecc6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rapidoc-mini.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ export default class RapiDocMini extends LitElement {
oauthReceiver: { type: String, attribute: 'oauth-receiver' },

allowTry: { type: String, attribute: 'allow-try' },
showCurlBeforeTry: { type: String, attribute: 'show-curl-before-try' },

// Main Colors and Font
theme: { type: String },
Expand Down

0 comments on commit bfecc6e

Please sign in to comment.