Skip to content

Commit e5d2f4f

Browse files
authored
Merge pull request #6729 from AndyButland/patch-1
Fixes code sample for Umbraco 15
2 parents a915194 + f43a60e commit e5d2f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

15/umbraco-forms/developer/extending/adding-a-fieldtype.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,7 @@ Each different type of extension for Forms uses a different root value:
473473
The language files are registered with:
474474

475475
```javascript
476-
import type { ManifestLocalization } from "@umbraco-cms/backoffice/extension-registry";
476+
import type { ManifestLocalization } from '@umbraco-cms/backoffice/localization';
477477

478478
const localizationManifests: Array<ManifestLocalization> = [
479479
{

0 commit comments

Comments
 (0)