Skip to content

Commit c71df30

Browse files
authored
Merge pull request #7376 from Yinzy00/feature/fix-sectionviewmanifest-import
Fix import for section view manifest in typescript
2 parents 5be1db8 + b7bd22e commit c71df30

File tree

1 file changed

+1
-1
lines changed
  • 16/umbraco-cms/customizing/extending-overview/extension-types/sections

1 file changed

+1
-1
lines changed

16/umbraco-cms/customizing/extending-overview/extension-types/sections/section-view.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ The manifest can also be written in TypeScript.
5151
For this TypeScript example we used a [Backoffice Entry Point](../backoffice-entry-point.md) extension to register the manifests.
5252

5353
```typescript
54-
import { ManifestSectionView } from '@umbraco-cms/backoffice/section';
54+
import type { ManifestSectionView } from '@umbraco-cms/backoffice/section';
5555

5656
const sectionViews: Array<ManifestSectionView> = [
5757
{

0 commit comments

Comments
 (0)