You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 16/umbraco-cms/customizing/extending-overview/extension-types/menu-item.md
+5-10Lines changed: 5 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -50,8 +50,6 @@ The `element` parameter is optional. Omitting it will render a menu item styled
50
50
51
51
Extension authors define the menu manifest, then register it dynamically/during runtime using a [Backoffice Entry Point](../../extending-overview/extension-types/backoffice-entry-point.md) extension.
52
52
53
-
The `element` attribute will point toward a custom Lit component, an example of which will be in the next section of this article.
**Note:** Displaying menu item extensions does not require extension authors to create custom menu item subclasss. This step is optional.
90
+
**Note:** Displaying menu item extensions does not require extension authors to create a custom menu item subclass. This step is optional.
93
91
{% endhint %}
94
92
95
93
To render your menu items in Umbraco, extension authors can use the [Umbraco UI Menu Item component](https://uui.umbraco.com/?path=/docs/uui-menu-item--docs). This component enables nested menu structures with a few lines of markup.
@@ -116,9 +114,7 @@ import { UmbLitElement } from '@umbraco-cms/backoffice/lit-element';
116
114
import { html, TemplateResult, customElement, state } from'@umbraco-cms/backoffice/external/lit';
0 commit comments