This repository was archived by the owner on Nov 6, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/packages/language/workspace/language Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1+ export const UMB_LANGUAGE_WORKSPACE_ALIAS = 'Umb.Workspace.Language' ;
Original file line number Diff line number Diff line change 11import { UmbLanguageDetailRepository } from '../../repository/index.js' ;
22import type { UmbLanguageDetailModel } from '../../types.js' ;
33import { UmbLanguageWorkspaceEditorElement } from './language-workspace-editor.element.js' ;
4- import { UMB_LANGUAGE_WORKSPACE_ALIAS } from './manifests .js' ;
4+ import { UMB_LANGUAGE_WORKSPACE_ALIAS } from './constants .js' ;
55import {
66 type UmbSubmittableWorkspaceContext ,
77 UmbSubmittableWorkspaceContextBase ,
Original file line number Diff line number Diff line change 1+ import { UMB_LANGUAGE_WORKSPACE_ALIAS } from './constants.js' ;
12import { UmbSubmitWorkspaceAction } from '@umbraco-cms/backoffice/workspace' ;
23import type {
34 ManifestWorkspaces ,
@@ -6,8 +7,6 @@ import type {
67 ManifestTypes ,
78} from '@umbraco-cms/backoffice/extension-registry' ;
89
9- export const UMB_LANGUAGE_WORKSPACE_ALIAS = 'Umb.Workspace.Language' ;
10-
1110const workspace : ManifestWorkspaces = {
1211 type : 'workspace' ,
1312 kind : 'routable' ,
You can’t perform that action at this time.
0 commit comments