We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 126dcf5 commit 14faf34Copy full SHA for 14faf34
16/umbraco-cms/reference/property-editor-uis/README.md
@@ -424,7 +424,7 @@ Each property editor UI manifest follows this structure:
424
type: 'propertyEditorUi',
425
alias: string, // Unique identifier
426
name: string, // Internal name
427
- element: () => import(), // Lazy-loaded component
+ element: () => import('./your-component.element.js'), // Lazy-loaded component
428
meta: {
429
label: string, // Display label
430
icon: string, // Icon identifier
0 commit comments