Skip to content

Commit ae5ec55

Browse files
authored
Merge pull request #6618 from umbraco/eshanrnh-patch-1
Added a reference link to the Localization article
2 parents b6e7b37 + f54936b commit ae5ec55

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

14/umbraco-forms/developer/extending/adding-a-fieldtype.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,8 @@ With Forms 14, aspects of the presentation and functionality of the custom field
172172

173173
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.
174174

175+
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.
176+
175177
### Field Preview
176178

177179
The alias of the preview to use is defined on the field type via the `PreviewView` property.

0 commit comments

Comments
 (0)