<# var fieldExtras = ''; #> <# if ( 'link' === field.type ) { #> <# field.type = 'url' #> <# } #> <# if ( field.label ) { #>{{ field.label }}<# } #> <# if ( field.description ) { #>{{ field.description }}<# } #>
{{{ field.label }}} <# if( field.description ){ #> {{{ field.description }}} <# } #>
checked="checked" <# } #> >
{{{ field.label }}} {{{ field.navigateToLabel }}}
<# if ( field.default ) { #>
<# } else { #>
<# if ( ! _.isUndefined( field.sizeArray[field.size] ) ) { #> {{{ field.sizeArray[field.size].width }}} x {{{ field.sizeArray[field.size].height }}} <# } #>
<# } #>
{{{ field.label }}}
<# if ( field.options ) { #> <# } #>
<# if ( field.button_text && field.button_url ) { #> {{ field.button_text }} <# } #> <# if ( field.separator ) { #> {{ field.separator }} <# } #> <# if ( field.second_button_text && field.second_button_url ) { #> {{field.second_button_text }} <# } #>
<# var fieldExtras = ''; #> <# if ( ! _.isUndefined( field.choices ) && ! _.isUndefined( field.choices.min ) ) { #> <# fieldExtras += ' data-attr-min="' + field.choices.min + '"'; #> <# } #> <# if ( ! _.isUndefined( field.choices ) && ! _.isUndefined( field.choices.max ) ) { #> <# fieldExtras += ' data-attr-max="' + field.choices.max + '"'; #> <# } #> <# if ( ! _.isUndefined( field.choices ) && ! _.isUndefined( field.choices.step ) ) { #> <# fieldExtras += ' data-attr-step="' + field.choices.step + '"'; #> <# } #>
{{{ field.label }}} <# if( field.description ){ #> {{{ field.description }}} <# } #>
<# _.each(field.icons, function(k, v){ #> <# }) #>