Skip to content

Commit 14faf34

Browse files
authored
Update 16/umbraco-cms/reference/property-editor-uis/README.md
1 parent 126dcf5 commit 14faf34

File tree

1 file changed

+1
-1
lines changed
  • 16/umbraco-cms/reference/property-editor-uis

1 file changed

+1
-1
lines changed

16/umbraco-cms/reference/property-editor-uis/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ Each property editor UI manifest follows this structure:
424424
type: 'propertyEditorUi',
425425
alias: string, // Unique identifier
426426
name: string, // Internal name
427-
element: () => import(), // Lazy-loaded component
427+
element: () => import('./your-component.element.js'), // Lazy-loaded component
428428
meta: {
429429
label: string, // Display label
430430
icon: string, // Icon identifier

0 commit comments

Comments
 (0)