Skip to content

Commit f43a60e

Browse files
authored
Fixes code sample for Umbraco 15
Updates a code sample for localization to reflect the change in location of a type for Umbraco 15.
1 parent b7ac75f commit f43a60e

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)