Open sebastienros opened 3 years ago
We did something similar to this here: https://github.com/StatCan/StatCan.OrchardCore/tree/master/src/Modules/StatCan.OrchardCore.CommonTypes
Same :D https://github.com/Lombiq/Helpful-Extensions#helpful-widgets I think these are better suited to be in migrations, not recipes, since updates are cleaner.
The blog theme recipe creates a few useful widgets like Paragraph, Image, HtmlContent, ... Maybe we could create a dedicated admin recipe (not a setup one) that contains these, and allow any site to create them? Could also be a feature, which itself has different startup classes dependent on other features to create the widget, since some parts might only be available with some specific features.