Browse Source
Add missing cover media to Create BlogPost page
pull/17307/head
Enis Necipoglu
3 years ago
No known key found for this signature in database
GPG Key ID: 1EC55E13241E1680
1 changed files with
2 additions and
0 deletions
-
modules/cms-kit/src/Volo.CmsKit.Admin.Web/Pages/CmsKit/BlogPosts/Create.cshtml
|
|
|
@ -70,6 +70,8 @@ |
|
|
|
<select asp-for="ViewModel.BlogId" id="BlogSelectionSelect" class="form-control"></select> |
|
|
|
<span asp-validation-for="ViewModel.BlogId"></span> |
|
|
|
</div> |
|
|
|
|
|
|
|
<abp-input asp-for="ViewModel.CoverImageMediaId" type="hidden" /> |
|
|
|
|
|
|
|
<abp-input asp-for="ViewModel.Title" /> |
|
|
|
|
|
|
|
|