diff --git a/src/OrchardCore.Modules/OrchardCore.ContentTypes/Views/Admin/Edit.cshtml b/src/OrchardCore.Modules/OrchardCore.ContentTypes/Views/Admin/Edit.cshtml index 1f802e8634f..45af35bc057 100644 --- a/src/OrchardCore.Modules/OrchardCore.ContentTypes/Views/Admin/Edit.cshtml +++ b/src/OrchardCore.Modules/OrchardCore.ContentTypes/Views/Admin/Edit.cshtml @@ -29,13 +29,6 @@ - @if (Model.Editor.Shortcuts != null) - { -
+ + @if (Model.Creatable) + { + @T["Creatable"] + } + @if (Model.Listable) + { + @T["Listable"] + } + @if (Model.Draftable) + { + @T["Draftable"] + } + @if (Model.Versionable) + { + @T["Versionable"] + } + @if (Model.Securable) + { + @T["Securable"] + } + @if (!string.IsNullOrEmpty(Model.Stereotype)) + { + @Model.Stereotype + } +
+ ++ +
+{{{{ Model.Content.Article.Summary.Text }}}}
."]
+ {{{{ Model.Content.Article.Summary.Text }}}}
."]
+