{* * @Module Name: AP Page Builder * @Website: apollotheme.com - prestashop template provider * @author Apollotheme * @copyright Apollotheme * @description: ApPageBuilder is module help you can build content for your shop *} {extends file="helpers/form/form.tpl"} {block name="field"} {if $input.type == 'ApRow'} {include file='./ApRow.tpl'} {/if} {if $input.type == 'tabConfig'}
{assign var=tabList value=$input.values}
{/if} {if $input.type == 'bg_img'}
{l s='Select image ' mod='appagebuilder'}

{l s='Please put image link or select image' mod='appagebuilder'}

{/if} {if $input.type == 'apExceptions'}
{l s='Please specify the files for which you do not want it to be displayed.' mod='appagebuilder'}
{l s='Please input each filename, separated by a comma (",").' mod='appagebuilder'}
{l s='You can also click the filename in the list below, and even make a multiple selection by keeping the Ctrl key pressed while clicking, or choose a whole range of filename by keeping the Shift key pressed while clicking.' mod='appagebuilder'}
{$exception_list}{* HTML form , no escape necessary *}
{/if} {if $input.type == 'ApColumnclass' || $input.type == 'ApRowclass'}
{if $input.type == 'ApRowclass'} {/if}

{l s='Insert new or select classes for toggling content across viewport breakpoints' mod='appagebuilder'}
{/if} {if $input.type == 'bg_select'} {$image_uploader}{* HTML form , no escape necessary *} {/if} {if $input.type == 'column_width'}

{l s='Responsive: You can config width for each Devices' mod='appagebuilder'}

{foreach $input.columnGrids as $gridKey=>$gridValue} {/foreach}
{l s='Devices' mod='appagebuilder'} {l s='Width' mod='appagebuilder'}
{$gridValue|escape:'html':'UTF-8'}
{/if} {$smarty.block.parent} {/block}