Module for Orchard Core that provides additional menu items content types.
This module is referencing a stable build of Orchard Core (1.8.3
).
This module is available on NuGet. Add a reference to your Orchard Core web project via the NuGet package manager. Search for "Etch.OrchardCore.Menu", ensuring include prereleases is checked.
Alternatively you can download the source or clone the repository to your local machine. Add the project to your solution that contains an Orchard Core project and add a reference to Etch.OrchardCore.Menu.
Enabled the "Custom Menu Items" feature, which will make add the menu item content types displayed below.
Content editors can choose an image from the media library that will be displayed on the front-end linked to either a content item or an external URL.
Display a count driven by a query alongside a menu item, an example would be a count of the number of available jobs.
This menu item contains a code field that should be populated with an svg
element that will be displayed on the front-end linked to either a content item or an external URL.
When the theme is compiled (using dotnet build
) it's configured to generate a .nupkg
file (this can be found in \bin\Debug\
or \bin\Release
).
This theme was created using v0.4.2
of Etch.OrchardCore.ModuleBoilerplate template.