From ea3cc407bef7e06fac009c5dd98eb5ed47decb9b Mon Sep 17 00:00:00 2001 From: Esha Noronha <82437098+eshanrnh@users.noreply.github.com> Date: Mon, 4 Nov 2024 12:01:49 +0100 Subject: [PATCH 1/2] Added a link referring to the Localization article. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Since Localization is moved to the front-end in Umbraco 14, adding a reference to that article (based on customer issue). ​ --- 14/umbraco-forms/developer/extending/adding-a-fieldtype.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/14/umbraco-forms/developer/extending/adding-a-fieldtype.md b/14/umbraco-forms/developer/extending/adding-a-fieldtype.md index 4d09dc48899..169a0c09281 100644 --- a/14/umbraco-forms/developer/extending/adding-a-fieldtype.md +++ b/14/umbraco-forms/developer/extending/adding-a-fieldtype.md @@ -172,6 +172,8 @@ With Forms 14, aspects of the presentation and functionality of the custom field To create custom backoffice components for Umbraco 14, it's recommended to use a front-end build setup using Vite, TypeScript, and Lit. For more information, see the [Extension with Vite, TypeScript, and Lit](https://app.gitbook.com/s/G1Byxw7XfiZAj8zDMCTD/tutorials/creating-your-first-extension#extension-with-vite-typescript-and-lit) article. +To manage and use the Backoffice UI Localization files, see the [Localization](https://docs.umbraco.com/umbraco-cms/customize-the-backoffice/extending-overview/extension-types/localization) article. + ### Field Preview The alias of the preview to use is defined on the field type via the `PreviewView` property. From f54936b6f29a0fe08d49ac96d14ae1d91056b520 Mon Sep 17 00:00:00 2001 From: Esha Noronha <82437098+eshanrnh@users.noreply.github.com> Date: Mon, 4 Nov 2024 12:05:20 +0100 Subject: [PATCH 2/2] Update 14/umbraco-forms/developer/extending/adding-a-fieldtype.md --- 14/umbraco-forms/developer/extending/adding-a-fieldtype.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/14/umbraco-forms/developer/extending/adding-a-fieldtype.md b/14/umbraco-forms/developer/extending/adding-a-fieldtype.md index 169a0c09281..949946bc562 100644 --- a/14/umbraco-forms/developer/extending/adding-a-fieldtype.md +++ b/14/umbraco-forms/developer/extending/adding-a-fieldtype.md @@ -172,7 +172,7 @@ With Forms 14, aspects of the presentation and functionality of the custom field To create custom backoffice components for Umbraco 14, it's recommended to use a front-end build setup using Vite, TypeScript, and Lit. For more information, see the [Extension with Vite, TypeScript, and Lit](https://app.gitbook.com/s/G1Byxw7XfiZAj8zDMCTD/tutorials/creating-your-first-extension#extension-with-vite-typescript-and-lit) article. -To manage and use the Backoffice UI Localization files, see the [Localization](https://docs.umbraco.com/umbraco-cms/customize-the-backoffice/extending-overview/extension-types/localization) article. +To display a name and description on a custom field, you need to register a JavaScript file as shown in the [Localization](https://docs.umbraco.com/umbraco-cms/customize-the-backoffice/extending-overview/extension-types/localization) article. ### Field Preview