mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-02 05:03:44 +08:00
Ember-cli cleanup
This commit is contained in:
parent
a49c2c8738
commit
1f90c8b8ae
@ -2,7 +2,6 @@ import { hbs } from 'ember-cli-htmlbars';
|
||||
|
||||
export default {
|
||||
title: 'Addon/a11y',
|
||||
|
||||
parameters: {
|
||||
options: { selectedPanel: '@storybook/a11y/panel' },
|
||||
},
|
||||
|
@ -3,7 +3,6 @@ import { action } from '@storybook/addon-actions';
|
||||
|
||||
export default {
|
||||
title: 'Addon/Actions',
|
||||
|
||||
parameters: {
|
||||
options: {
|
||||
selectedPanel: 'storybook/actions/panel',
|
||||
|
@ -2,7 +2,6 @@ import { hbs } from 'ember-cli-htmlbars';
|
||||
|
||||
export default {
|
||||
title: 'Addon/Backgrounds',
|
||||
|
||||
parameters: {
|
||||
backgrounds: {
|
||||
default: 'dark',
|
||||
|
@ -5,7 +5,6 @@ import { action } from '@storybook/addon-actions';
|
||||
export default {
|
||||
title: 'Addon/Knobs',
|
||||
decorators: [withKnobs],
|
||||
|
||||
parameters: {
|
||||
options: { selectedPanel: 'storybookjs/knobs/panel' },
|
||||
},
|
||||
|
@ -2,7 +2,6 @@ import { hbs } from 'ember-cli-htmlbars';
|
||||
|
||||
export default {
|
||||
title: 'Welcome',
|
||||
|
||||
parameters: {
|
||||
options: { showPanel: false },
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user