rename global manifest type

This commit is contained in:
Niels Lyngsø
2024-09-13 11:28:06 +02:00
parent cb85d48c68
commit 69cd51e4f3
7 changed files with 10 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
export const manifests: Array<UmbManifestTypes> = [
export const manifests: Array<UmbExtensionManifest> = [
{
type: 'blockEditorCustomView',
alias: 'Umb.blockEditorCustomView.TestView',