-
I have set up Orchard 1.0 and 1.2.2 and in the https://try.orchardcore.net/ but fond the same issues. The list under admin->configuration->Recipes always shows "Nothing here! There are no recipes for the moment.". |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
There are "setup" recipes that are included in an Orchard Core Theme. There are deployment recipes that can be imported or deployed with the import/export feature. And there are recipes that can be added to modules so that they can be shared in the Recipe List that you are mentioning. You can see an example of that in the OrchardCore.Commerce module here : https://github.com/OrchardCMS/OrchardCore.Commerce/tree/master/OrchardCore.Commerce/Recipes So, of course, it won't show recipes that you used to import content in Orchard Core. The import recipe form imports content and not recipes ... |
Beta Was this translation helpful? Give feedback.
There are "setup" recipes that are included in an Orchard Core Theme. There are deployment recipes that can be imported or deployed with the import/export feature. And there are recipes that can be added to modules so that they can be shared in the Recipe List that you are mentioning. You can see an example of that in the OrchardCore.Commerce module here : https://github.com/OrchardCMS/OrchardCore.Commerce/tree/master/OrchardCore.Commerce/Recipes
So, of course, it won't show recipes that you used to import content in Orchard Core. The import recipe form imports content and not recipes ...