|
{if $f->getParameter('always_required')}
{else}
getParameter('_disabled')} checked{/if}>
{/if}
|
{if !$new_field}
{ifempty($ftypes[$f->getType()], $f->getType())}
{if $f->getType() === 'Composite'}
{foreach $f->getParameter('fields') as $sf}
- {$sf->getName()}
{/foreach}
{/if}
{/if}
|
{if !$new_field}
{if $f->getParameter('app_id') === 'shop'}
{/if}
{/if}
{if $f->getParameter('always_required')}
[`Required`]
{else}
{/if}
{if $new_field}
{else}
{if $f->getParameter('app_id') === 'shop'}
{wa_action app="shop" module="settings" action="checkoutContactFormEditor" f=$f fid=$fid prefix=$prefix parent=$parent}
{/if}
{/if}
|