From 5e69f6a6c222b8efef9ebbd517efc59cfe4ca9ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A1ra=20El-Saig?= Date: Tue, 1 Oct 2024 20:52:18 +0200 Subject: [PATCH] Why did I write "normally"? --- Lombiq.HelpfulExtensions/Extensions/Widgets/Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lombiq.HelpfulExtensions/Extensions/Widgets/Readme.md b/Lombiq.HelpfulExtensions/Extensions/Widgets/Readme.md index c8bedc0..db9d0fe 100644 --- a/Lombiq.HelpfulExtensions/Extensions/Widgets/Readme.md +++ b/Lombiq.HelpfulExtensions/Extensions/Widgets/Readme.md @@ -18,4 +18,4 @@ Adds Liquid code editing and rendering capabilities. Renders a Bootstrap navigation menu as a widget using the provided `MenuItem`s. -> ℹ️ Normally the menu is populated from `INavigationProvider` implementations that create the menu items programmatically. If you use [Lombiq Base Theme for Orchard Core](https://github.com/Lombiq/Orchard-Base-Theme), it has [`MainMenuNavigationProvider`](https://github.com/Lombiq/Orchard-Base-Theme/blob/dev/Lombiq.BaseTheme/Services/MainMenuNavigationProvider.cs). This automatically translates an existing content item with a `MenuItemsListPart` and the `main-menu` alias into compatible navigation, so you can edit menu items from the content editor. +> ℹ️ The menu is populated from `INavigationProvider` implementations that create the menu items programmatically. If you use [Lombiq Base Theme for Orchard Core](https://github.com/Lombiq/Orchard-Base-Theme), it has [`MainMenuNavigationProvider`](https://github.com/Lombiq/Orchard-Base-Theme/blob/dev/Lombiq.BaseTheme/Services/MainMenuNavigationProvider.cs). This automatically translates an existing content item with a `MenuItemsListPart` and the `main-menu` alias into compatible navigation, so you can edit menu items from the content editor.