mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-04 13:01:07 +08:00
REMOVE sortStoriesByKind
from docs & implementation
This commit is contained in:
parent
3eaf111aa3
commit
720295a3d6
@ -74,11 +74,6 @@ addParameters({
|
||||
* @type {Boolean}
|
||||
*/
|
||||
addonPanelInRight: false,
|
||||
/**
|
||||
* sorts stories
|
||||
* @type {Boolean}
|
||||
*/
|
||||
sortStoriesByKind: false,
|
||||
/**
|
||||
* regex for finding the hierarchy separator
|
||||
* @example:
|
||||
|
@ -37,11 +37,6 @@ addParameters({
|
||||
* @type {('bottom'|'right')}
|
||||
*/
|
||||
panelPosition: 'bottom',
|
||||
/**
|
||||
* sorts stories
|
||||
* @type {Boolean}
|
||||
*/
|
||||
sortStoriesByKind: false,
|
||||
/**
|
||||
* regex for finding the hierarchy separator
|
||||
* @example:
|
||||
|
@ -9,7 +9,6 @@ addParameters({
|
||||
showAddonsPanel: true,
|
||||
showSearchBox: false,
|
||||
panelPosition: 'right',
|
||||
sortStoriesByKind: false,
|
||||
hierarchySeparator: /\./,
|
||||
hierarchyRootSeparator: /\|/,
|
||||
enableShortcuts: true,
|
||||
|
@ -23,7 +23,6 @@ export interface UI {
|
||||
name?: string;
|
||||
url?: string;
|
||||
enableShortcuts: boolean;
|
||||
sortStoriesByKind: boolean;
|
||||
sidebarAnimations: boolean;
|
||||
}
|
||||
|
||||
@ -132,7 +131,6 @@ const checkDeprecatedLayoutOptions = (options: Options) => {
|
||||
const initial: SubState = {
|
||||
ui: {
|
||||
enableShortcuts: true,
|
||||
sortStoriesByKind: false,
|
||||
sidebarAnimations: true,
|
||||
},
|
||||
layout: {
|
||||
|
@ -16,7 +16,6 @@ describe('layout API', () => {
|
||||
currentState = {
|
||||
ui: {
|
||||
enableShortcuts: true,
|
||||
sortStoriesByKind: false,
|
||||
sidebarAnimations: true,
|
||||
},
|
||||
layout: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user