mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-10-14 19:04:51 +08:00
Adding a new WidgetPage content type and WidgetsBagPart to support a widget only page and making *the* home page a WidgetPage to support the new default theme*
- Current WidgetsBagPart only links to the widget management page so widget management isn't in more than one place (would be the case if Content zone widgets management were part of this part) *could be configured through the distribution instead when that's implemented --HG-- branch : dev
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
@{
|
||||
Style.Require("WidgetsAdmin");
|
||||
}
|
||||
<div class="widgetsbag-editor">
|
||||
<h5>@T("Widgets")</h5>
|
||||
@* todo: (heskew) either embed some widget management here or link to a more specific widget management URL that's a little more specific to managing widgets for the Content zone for this item *@
|
||||
<p>@T("Manage content widgets with the {0}.", @Html.ActionLink(T("widget manager").Text, "Index", "Admin", new {area = "Orchard.Widgets"}, null))</p>
|
||||
</div>
|
Reference in New Issue
Block a user