Recipes

dotnet add OrchardCore.Recipes

The Recipes module allows you to execute recipe steps from json files.

Features

Recipes

The Recipes module allows you to execute recipe steps from json files. Its manifest-backed feature ID is OrchardCore.Recipes, and it is categorized as Infrastructure. It depends on OrchardCore.Recipes.Core, and OrchardCore.Scripting, so Orchard Core enables those dependencies when this feature is enabled. The manifest marks it as always enabled, so administrators cannot turn it off from the feature management screen. This description is based on the Orchard Core manifest and official documentation; in Orchard Core, feature entries are shown in the feature management UI with their description, category, and dependencies.

Recipes Core Services

Provides recipe core services. Its manifest-backed feature ID is OrchardCore.Recipes.Core, and it is categorized as Infrastructure. No additional feature dependencies are listed for it in this catalog entry. The manifest marks it as enabled by dependency only, so it is intended to support other features rather than be selected as a standalone end-user feature. This description is based on the Orchard Core manifest and official documentation; in Orchard Core, feature entries are shown in the feature management UI with their description, category, and dependencies.

Licenses:
Versions:

Previous module
ReCaptcha
Next module
Redis