We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7ac75f commit f43a60eCopy full SHA for f43a60e
15/umbraco-forms/developer/extending/adding-a-fieldtype.md
@@ -473,7 +473,7 @@ Each different type of extension for Forms uses a different root value:
473
The language files are registered with:
474
475
```javascript
476
-import type { ManifestLocalization } from "@umbraco-cms/backoffice/extension-registry";
+import type { ManifestLocalization } from '@umbraco-cms/backoffice/localization';
477
478
const localizationManifests: Array<ManifestLocalization> = [
479
{
0 commit comments