split consts
This commit is contained in:
@@ -0,0 +1 @@
|
||||
export const UMB_USER_MANAGEMENT_SECTION_ALIAS = 'Umb.Section.Users';
|
||||
@@ -1,7 +1,6 @@
|
||||
import { UMB_USER_MANAGEMENT_SECTION_ALIAS } from './constants.js';
|
||||
import type { ManifestSection, ManifestTypes } from '@umbraco-cms/backoffice/extension-registry';
|
||||
|
||||
export const UMB_USER_MANAGEMENT_SECTION_ALIAS = 'Umb.Section.Users';
|
||||
|
||||
const section: ManifestSection = {
|
||||
type: 'section',
|
||||
alias: UMB_USER_MANAGEMENT_SECTION_ALIAS,
|
||||
|
||||
Reference in New Issue
Block a user