hypnos 1b7481be23 Revert "Revert "Deprecate confusing option names""
This reverts commit 524110b2e5c62a901ee9dfa326a1bd5a99e55520.
2017-08-20 06:32:42 +03:00

15 lines
378 B
JavaScript

import * as storybook from '@storybook/react';
import { setOptions } from '../preview';
setOptions({
name: 'CUSTOM-OPTIONS',
url: 'https://github.com/storybooks/storybook',
// goFullScreen: false,
// showStoriesPanel: true,
showAddonPanel: false,
// showSearchBox: false,
// addonPanelInRight: false,
});
storybook.configure(() => require('./stories'), module);