We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 584561c commit c17c771Copy full SHA for c17c771
plugins/Common/Views/Widgets/Categories/Edit.cshtml
@@ -12,7 +12,7 @@
12
}
13
<form method="post" action="~/widgets/api/postlist/edit" asp-antiforgery="true">
14
<div class="form-group">
15
- <label class="form-group-label">Template ({0} = slug {1} = title)</label>
+ <label class="form-group-label">Template ({0} = category)</label>
16
<textarea rows="2" id="txtTemplate" name="txtTemplate" class="form-control">@template</textarea>
17
</div>
18
src/Core/Core.csproj
@@ -2,7 +2,7 @@
2
3
<PropertyGroup>
4
<TargetFramework>netcoreapp2.1</TargetFramework>
5
- <Version>2.1.1.2</Version>
+ <Version>2.2.0.0</Version>
6
</PropertyGroup>
7
8
<ItemGroup>
0 commit comments