story titles
This commit is contained in:
@@ -6,7 +6,7 @@ import { html } from 'lit-html';
|
||||
import type { UmbBodyLayout } from './body-layout.element';
|
||||
|
||||
export default {
|
||||
title: 'Editors/Shared/Editor Layout',
|
||||
title: 'Workspaces/Shared/Editor Layout',
|
||||
component: 'umb-body-layout',
|
||||
id: 'umb-body-layout',
|
||||
} as Meta;
|
||||
|
||||
@@ -9,7 +9,7 @@ import type { UmbWorkspaceViewDataTypeEditElement } from './workspace-view-data-
|
||||
import './workspace-view-data-type-edit.element';
|
||||
|
||||
export default {
|
||||
title: 'Editors/Data Type/Views/Edit',
|
||||
title: 'Workspaces/Data Type/Views/Edit',
|
||||
component: 'umb-workspace-view-data-type-edit',
|
||||
id: 'umb-workspace-view-data-type-edit',
|
||||
decorators: [
|
||||
|
||||
@@ -9,7 +9,7 @@ import { UmbDataTypeContext } from '../../data-type.context';
|
||||
import type { UmbWorkspaceViewDataTypeInfoElement } from './workspace-view-data-type-info.element';
|
||||
|
||||
export default {
|
||||
title: 'Editors/Data Type/Views/Info',
|
||||
title: 'Workspaces/Data Type/Views/Info',
|
||||
component: 'umb-workspace-view-data-type-info',
|
||||
id: 'umb-workspace-view-data-type-info',
|
||||
decorators: [
|
||||
|
||||
@@ -8,7 +8,7 @@ import { data } from '../../../core/mocks/data/data-type.data';
|
||||
import type { UmbWorkspaceDataTypeElement } from './workspace-data-type.element';
|
||||
|
||||
export default {
|
||||
title: 'Editors/Data Type',
|
||||
title: 'Workspaces/Data Type',
|
||||
component: 'umb-workspace-data-type',
|
||||
id: 'umb-workspace-data-type',
|
||||
} as Meta;
|
||||
|
||||
@@ -9,7 +9,7 @@ import { UmbDocumentTypeContext } from '../../document-type.context';
|
||||
import type { UmbWorkspaceViewDocumentTypeDesignElement } from './workspace-view-document-type-design.element';
|
||||
|
||||
export default {
|
||||
title: 'Editors/Document Type/Views/Design',
|
||||
title: 'Workspaces/Document Type/Views/Design',
|
||||
component: 'umb-workspace-view-document-type-design',
|
||||
id: 'umb-workspace-view-document-type-design',
|
||||
decorators: [
|
||||
|
||||
@@ -8,7 +8,7 @@ import { data } from '../../../core/mocks/data/document-type.data';
|
||||
import type { UmbWorkspaceDocumentTypeElement } from './workspace-document-type.element';
|
||||
|
||||
export default {
|
||||
title: 'Editors/Document Type',
|
||||
title: 'Workspaces/Document Type',
|
||||
component: 'umb-workspace-document-type',
|
||||
id: 'umb-workspace-document-type',
|
||||
} as Meta;
|
||||
|
||||
@@ -8,7 +8,7 @@ import { data as documentNodes } from '../../../core/mocks/data/document.data';
|
||||
import type { UmbWorkspaceDocumentElement } from './workspace-document.element';
|
||||
|
||||
export default {
|
||||
title: 'Editors/Document',
|
||||
title: 'Workspaces/Document',
|
||||
component: 'umb-workspace-document',
|
||||
id: 'umb-workspace-document',
|
||||
} as Meta;
|
||||
|
||||
@@ -6,7 +6,7 @@ import { html } from 'lit-html';
|
||||
import type { UmbWorkspaceExtensionsElement } from './workspace-extensions.element';
|
||||
|
||||
export default {
|
||||
title: 'Editors/Extensions',
|
||||
title: 'Workspaces/Extensions',
|
||||
component: 'umb-workspace-extensions',
|
||||
id: 'umb-workspace-extensions',
|
||||
} as Meta;
|
||||
|
||||
@@ -8,7 +8,7 @@ import { data as mediaNodes } from '../../../core/mocks/data/media.data';
|
||||
import type { UmbWorkspaceMediaElement } from './workspace-media.element';
|
||||
|
||||
export default {
|
||||
title: 'Editors/Media',
|
||||
title: 'Workspaces/Media',
|
||||
component: 'umb-workspace-media',
|
||||
id: 'umb-workspace-media',
|
||||
} as Meta;
|
||||
|
||||
@@ -9,7 +9,7 @@ import { UmbNodeContext } from '../../node.context';
|
||||
import type { UmbWorkspaceViewContentEditElement } from './workspace-view-content-edit.element';
|
||||
|
||||
export default {
|
||||
title: 'Editors/Shared/Node/Views/Edit',
|
||||
title: 'Workspaces/Shared/Node/Views/Edit',
|
||||
component: 'umb-workspace-view-content-edit',
|
||||
id: 'umb-workspace-view-content-edit',
|
||||
decorators: [
|
||||
|
||||
@@ -9,7 +9,7 @@ import { UmbNodeContext } from '../../node.context';
|
||||
import type { UmbWorkspaceViewContentInfoElement } from './workspace-view-content-info.element';
|
||||
|
||||
export default {
|
||||
title: 'Editors/Shared/Node/Views/Info',
|
||||
title: 'Workspaces/Shared/Node/Views/Info',
|
||||
component: 'umb-workspace-view-content-info',
|
||||
id: 'umb-workspace-view-content-info',
|
||||
decorators: [
|
||||
|
||||
@@ -8,7 +8,7 @@ import { data } from '../../../../core/mocks/data/document.data';
|
||||
import type { UmbWorkspaceContentElement } from './workspace-content.element';
|
||||
|
||||
export default {
|
||||
title: 'Editors/Shared/Node',
|
||||
title: 'Workspaces/Shared/Node',
|
||||
component: 'umb-workspace-content',
|
||||
id: 'umb-workspace-content',
|
||||
} as Meta;
|
||||
|
||||
@@ -6,7 +6,7 @@ import { html } from 'lit-html';
|
||||
import type { UmbWorkspaceEntityLayout } from './workspace-entity-layout.element';
|
||||
|
||||
export default {
|
||||
title: 'Editors/Shared/Editor Entity Layout',
|
||||
title: 'Workspaces/Shared/Editor Entity Layout',
|
||||
component: 'umb-workspace-entity-layout',
|
||||
id: 'umb-workspace-entity-layout',
|
||||
} as Meta;
|
||||
|
||||
@@ -5,7 +5,7 @@ import type { UmbWorkspacePropertyLayoutElement } from './workspace-property-lay
|
||||
import './workspace-property-layout.element';
|
||||
|
||||
export default {
|
||||
title: 'Editors/Shared/Editor Property Layout',
|
||||
title: 'Workspaces/Shared/Editor Property Layout',
|
||||
component: 'umb-workspace-property-layout',
|
||||
id: 'umb-workspace-property-layout',
|
||||
} as Meta;
|
||||
|
||||
Reference in New Issue
Block a user