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.
2 parents a915194 + f43a60e commit e5d2f4fCopy full SHA for e5d2f4f
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