Skip to content

Commit

Permalink
feat: try it panel event handlers
Browse files Browse the repository at this point in the history
  • Loading branch information
melissag-ensemble committed Sep 9, 2024
1 parent c79c39c commit a07f62a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/gatsby-theme-aio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@adobe/gatsby-theme-aio",
"version": "4.14.11-rc1",
"version": "4.14.11-rc2",
"description": "The Adobe I/O theme for building markdown powered sites",
"main": "index.js",
"license": "Apache-2.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,10 @@ const RedoclyAPIBlock = ({
jsonSampleExpandLevel: ${jsonSampleExpandLevel === all ? `'${jsonSampleExpandLevel}'` : jsonSampleExpandLevel},
${generateCodeSamples ? "generateCodeSamples: { " + generateCodeSamples + "}," : ''}
${requestInterceptor ? "requestInterceptor: " + requestInterceptor + "," : ''}
${tryItOpenEventHandler ? "tryItOpen: " + tryItOpenEventHandler + "," : ''}
${tryItSentEventHandler ? "tryItSent: " + tryItSentEventHandler + "," : ''}
events: {
${tryItOpenEventHandler ? "tryItOpen: " + tryItOpenEventHandler + "," : ''}
${tryItSentEventHandler ? "tryItSent: " + tryItSentEventHandler + "," : ''}
},
hideLoading: true,
theme: {
${typography ? "typography: { " + typography + "}," : ''}
Expand Down

0 comments on commit a07f62a

Please sign in to comment.