Added warning for missing template for content type
parent
4732c45012
commit
5803e9b024
|
|
@ -1,4 +1,7 @@
|
||||||
<#macro details>
|
<#macro details>
|
||||||
<h1>${CmsPagesCategorizedItemModel.title}</h1>
|
<h1>${CmsPagesCategorizedItemModel.title}</h1>
|
||||||
<p class="item-description">${CmsPagesCategorizedItemModel.description}</p>
|
<p class="item-description">${CmsPagesCategorizedItemModel.description}</p>
|
||||||
|
<div class="alert alert-warning">
|
||||||
|
No template for ${CmsPagesContentItemTypeModel.itemClass} available
|
||||||
|
</div>
|
||||||
</#macro>
|
</#macro>
|
||||||
Loading…
Reference in New Issue