Update block-editor-custom-view.model.ts
Fix a spelling mistake so custom views can be added with a correct manifest
This commit is contained in:
@@ -2,5 +2,5 @@ import type { UmbPropertyEditorUiElement } from '../interfaces/index.js';
|
||||
import type { ManifestElement } from '@umbraco-cms/backoffice/extension-api';
|
||||
|
||||
export interface ManifestBlockEditorCustomView extends ManifestElement<UmbPropertyEditorUiElement> {
|
||||
type: 'bockEditorCustomView';
|
||||
type: 'blockEditorCustomView';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user