update aliases in tokens
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { UmbModalToken } from '@umbraco-cms/backoffice/modal';
|
||||
|
||||
export const UMB_CREATE_USER_MODAL = new UmbModalToken('Umb.Modal.CreateUser', {
|
||||
export const UMB_CREATE_USER_MODAL = new UmbModalToken('Umb.Modal.User.Create', {
|
||||
type: 'dialog',
|
||||
size: 'small',
|
||||
});
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { UmbModalToken } from '@umbraco-cms/backoffice/modal';
|
||||
|
||||
export const UMB_CURRENT_USER_MODAL = new UmbModalToken('Umb.Modal.CurrentUser', {
|
||||
export const UMB_CURRENT_USER_MODAL = new UmbModalToken('Umb.Modal.User.Current', {
|
||||
type: 'sidebar',
|
||||
size: 'small',
|
||||
});
|
||||
|
||||
@@ -8,7 +8,7 @@ export interface UmbUserPickerModalValue {
|
||||
}
|
||||
|
||||
export const UMB_USER_PICKER_MODAL = new UmbModalToken<UmbUserPickerModalData, UmbUserPickerModalValue>(
|
||||
'Umb.Modal.UserPicker',
|
||||
'Umb.Modal.User.Picker',
|
||||
{
|
||||
type: 'sidebar',
|
||||
size: 'small',
|
||||
|
||||
Reference in New Issue
Block a user