# const resetData = data.default, responsive = data.responsive; #>
<# const responsive_class = Object.keys( responsive ).length > 1 ? ' has-responsive-switcher' : '';
const switcher_class = Object.keys( responsive ).length > 1 ? 'responsive-devices d-flex align-items-center' : 'd-flex align-items-center';
#>
{{{ data.label }}}
<# if ( Object.keys( responsive ).length > 1 ) { #>
<# Object.keys( responsive ).forEach( function( key ) {
let active_class = ( (responsive)[key] === 'desktop' ) ? ' active' : ''; #>
-
<# }); #>
<# } #>
<# if ( data.description ) { #>
<#_.each( data.units, function( unit_key, unit_index ) { const unit_class = unit_index === 0 ? 'single-unit active' : 'single-unit'; #>
-
{{{ unit_key }}}
<# }); #>
<# let linked_reset = ( resetData[(responsive)[key]] !== undefined && resetData[(responsive)[key]]['linked'] !== undefined ) ? resetData[(responsive)[key]]['linked'] : ''; #>
<# }); #>
register_control_type( 'Blogin_Aarambha_Customize_Dimensions_Control' );