Browse Source

CmsKit - Remove editor from index page

pull/8012/head
enisn 5 years ago
parent
commit
3f8d9e5f29
  1. 18
      modules/cms-kit/host/Volo.CmsKit.Web.Unified/Pages/Index.cshtml

18
modules/cms-kit/host/Volo.CmsKit.Web.Unified/Pages/Index.cshtml

@ -43,24 +43,6 @@
</abp-card>
<hr />
<h3>Media added content editor</h3>
<abp-card>
<abp-card-body>
@if (CurrentUser.Id != null)
{
@if (GlobalFeatureManager.Instance.IsEnabled<MediaFeature>())
{
<div id="content-editor"></div>
}
}
else
{
<span>Please Login</span>
}
</abp-card-body>
</abp-card>
<abp-row>
<abp-column size-md="_6">

Loading…
Cancel
Save