This commit is contained in:
Niels Lyngsø
2023-11-23 16:15:44 +01:00
parent fe661c297a
commit 99e78d4ccd
3 changed files with 5 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
import type { ManifestTypes } from '@umbraco-cms/backoffice/extension-registry';
export const manifests: ManifestTypes = [
export const manifests: Array<ManifestTypes> = [
{
type: 'workspaceContext',
name: 'workspaceContextCounter',