Skip to content

Commit

Permalink
feat: Add support for opening stories in Tesseract (#1829)
Browse files Browse the repository at this point in the history
As discussed on slack, this inconsequential change will enable the "Open in Tesseract" button for CK stories in supported internal Storybook environments. Thanks! 🍻

[category:Infrastructure

![](https://s.yimg.com/ny/api/res/1.2/vCHcnm7zz2uZMzER88NUIA--/YXBwaWQ9aGlnaGxhbmRlcjt3PTk2MDtoPTQ0NDtjZj13ZWJw/https://nerdist.com/wp-content/uploads/2019/03/tumblr_o9pm5bI1Kc1sbtt2jo3_540.gif)]
  • Loading branch information
anicholls authored Oct 7, 2022
1 parent e1d2285 commit af482d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .storybook/preview.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,8 @@ export const parameters = {
defaultValue: defaultCanvasTheme,
},
},
// Make stories available to our internal code sandbox tool
tesseract: {
enable: true
}
};

0 comments on commit af482d5

Please sign in to comment.