diff --git a/modules/blockcms/views/templates/admin/_configure/helpers/form/form.tpl b/modules/blockcms/views/templates/admin/_configure/helpers/form/form.tpl index a49f6f970..fcbc49c90 100644 --- a/modules/blockcms/views/templates/admin/_configure/helpers/form/form.tpl +++ b/modules/blockcms/views/templates/admin/_configure/helpers/form/form.tpl @@ -25,10 +25,18 @@ {extends file="helpers/form/form.tpl"} +{block name="label"} + {if $input.type == 'cms_blocks'} + + {else} + {$smarty.block.parent} + {/if} +{/block} + {block name="input"} {if $input.type == 'cms_blocks'} - +