U4-2737 Snippets that are available when creating new MacroScripts should also be available for Partial Views
This commit is contained in:
@@ -1 +1 @@
|
||||
@inherits Umbraco.Web.Macros.PartialViewMacroPage
|
||||
@inherits Umbraco.Web.Mvc.UmbracoTemplatePage
|
||||
@@ -12,7 +12,7 @@ Filename (without .cshtml):
|
||||
<asp:TextBox ID="FileName" runat="server" CssClass="bigInput"></asp:TextBox>
|
||||
</div>
|
||||
<div>
|
||||
Choose a template:<br />
|
||||
Choose a snippet:<br />
|
||||
<asp:ListBox ID="PartialViewTemplate" runat="server" Width="350" CssClass="bigInput" Rows="1" SelectionMode="Single" />
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user