mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-15 19:54:57 +08:00
Contribution by sfmskywalker.
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
This commit is contained in:
@@ -2,8 +2,8 @@ Name: Designer Tools
|
||||
AntiForgery: enabled
|
||||
Author: The Orchard Team
|
||||
Website: http://orchardproject.net
|
||||
Version: 1.0
|
||||
OrchardVersion: 1.0
|
||||
Version: 1.0.20
|
||||
OrchardVersion: 1.0.20
|
||||
Description: Contains designer tools to ease the Themes development process
|
||||
FeatureName: Shape Tracing
|
||||
Category: Designer
|
||||
@@ -14,3 +14,8 @@ Features:
|
||||
Name: Url Alternates
|
||||
Category: Designer
|
||||
Description: Adds shape alternates for specific urls
|
||||
WidgetAlternates:
|
||||
Name: Widget Alternates
|
||||
Category: Designer
|
||||
Description: Adds shape alternates for content types stereotyped as widgets, allowing to customize shapes by widget and zone
|
||||
Dependencies: Orchard.Widgets
|
||||
|
Reference in New Issue
Block a user