Skip to content

Commit 73897d8

Browse files
committed
Add #6618
1 parent 38a19c9 commit 73897d8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

15/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)