@twillBlockTitle('Cuantificadores') @twillBlockIcon('info') {{-- @formField('select', [ 'name' => 'background_type', 'label' => 'Tipo de fondo', 'placeholder' => 'Seleccione', 'required' => true, 'default' => 'image', 'options' => [ [ 'value' => 'image', 'label' => 'Imagen' ], [ 'value' => 'video', 'label' => 'Video' ], ] ]) @formConnectedFields([ 'fieldName' => 'background_type', 'fieldValues' => 'image', 'renderForBlocks' => true ]) @formField('medias', [ 'name' => 'image__counters_background', 'label' => 'Imagen', 'required' => true, ]) @formField('checkbox', [ 'name' => 'background_parallax', 'label' => 'Parallax', 'default' => true, ]) @endformConnectedFields @formConnectedFields([ 'fieldName' => 'background_type', 'fieldValues' => 'video', 'renderForBlocks' => true ]) @formField('files', [ 'name' => 'video__counters_background', 'label' => 'Video', 'required' => true, 'note' => 'Por favor sube el archivo en formato .mp4', ]) @formField('checkbox', [ 'name' => 'background_parallax', 'label' => 'Parallax', 'default' => true, ]) @endformConnectedFields --}} @formField('repeater', ['type' => 'counter'])