From f43a60ee537a5f3bb390265ab205ffe54c117529 Mon Sep 17 00:00:00 2001 From: Andy Butland Date: Tue, 10 Dec 2024 06:50:47 +0100 Subject: [PATCH] Fixes code sample for Umbraco 15 Updates a code sample for localization to reflect the change in location of a type for Umbraco 15. --- 15/umbraco-forms/developer/extending/adding-a-fieldtype.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/15/umbraco-forms/developer/extending/adding-a-fieldtype.md b/15/umbraco-forms/developer/extending/adding-a-fieldtype.md index 2a98f97772d..4f838b1f489 100644 --- a/15/umbraco-forms/developer/extending/adding-a-fieldtype.md +++ b/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: The language files are registered with: ```javascript -import type { ManifestLocalization } from "@umbraco-cms/backoffice/extension-registry"; +import type { ManifestLocalization } from '@umbraco-cms/backoffice/localization'; const localizationManifests: Array = [ {