As a theme developer we need to be able to override widget rendering (not widget the wrapper, but contenttypes that are sterotyped as a widget, e.g. RecentBlogPosts).
This adds a new feature WidgetAlternates in the Orchard.DesignerTools module.
--HG--
branch : contributions
- Injected alternates in curent Core/Framework
- Created a new Feature in Orchard.DesignerTools to add Url based alternates (e.g. __url__homepage)
- Added Work<> meta-dependency to inject dependencies in non-dependency enables classes
--HG--
branch : dev