Video

{% comment %} Bullet Mole Videos + Kits Shopify Section {% endcomment %}
{% if section.settings.title != blank %}

{{ section.settings.title | escape }}

{% endif %}
{% if section.blocks.size > 0 %}
{% for block in section.blocks %} {% if block.type == 'video' %}
{% if block.settings.heading != blank %}

{{ block.settings.heading | escape }}

{% endif %} {% if block.settings.youtube_id != blank %}
{% else %}

Add a YouTube video ID in this block.

{% endif %}
{% endif %} {% endfor %}
{% else %}

Add video blocks to show your YouTube embeds.

{% endif %}
{% if section.settings.lead != blank %}

{{ section.settings.lead }}

{% endif %} {% if section.settings.bullets != blank %}
    {% assign lines = section.settings.bullets | newline_to_br | split: '
    ' %} {% for line in lines %} {% assign item = line | strip %} {% if item != blank %}
  • {{ item }}
  • {% endif %} {% endfor %}
{% endif %} {% if section.settings.pro_pack_heading != blank %}

{{ section.settings.pro_pack_heading | escape }}

{% endif %}
{% if section.settings.pro_pack_image != blank %}
{{ section.settings.pro_pack_image_alt | escape }}
{% endif %} {% if section.settings.kit_image != blank %}
{{ section.settings.kit_image_alt | escape }}
{% endif %}
{% if section.settings.call811_image != blank and section.settings.call811_url != blank %}

{{ section.settings.call811_alt | escape }}

{% endif %} {% if section.settings.note != blank %}

{{ section.settings.note }}

{% endif %} {% if section.settings.cta_image != blank and section.settings.cta_url != blank %}

{{ section.settings.cta_alt | escape }}

{% endif %}
{% schema %} { "name": "Bullet Mole Videos + Kits", "settings": [ { "type": "text", "id": "title", "label": "Section title", "default": "Bullet Mole" }, { "type": "richtext", "id": "lead", "label": "Lead text", "default": "

Install irrigation pipe or electrical conduit under sidewalks, driveways and other hardscapes fast!

" }, { "type": "textarea", "id": "bullets", "label": "Bullets (one per line)", "default": "Built for pros for everyday use\nBreaks through rocks and roots that would normally shut down your job\nNo water, electric, or power hoses of any kind needed\nInstalls up to 2\" diameter pipe\nMakes a straight tunnel under a 2-car driveway in approximately 15 minutes after digging a trench\nBy the time you finish setting up other tools, the Bullet Mole is packed up and long gone" }, { "type": "text", "id": "pro_pack_heading", "label": "Pro Pack heading", "default": "Pro Pack" }, { "type": "image_picker", "id": "pro_pack_image", "label": "Pro Pack image" }, { "type": "text", "id": "pro_pack_image_alt", "label": "Pro Pack image alt text", "default": "Pro Pack" }, { "type": "image_picker", "id": "kit_image", "label": "Kit image" }, { "type": "text", "id": "kit_image_alt", "label": "Kit image alt text", "default": "2-car driveway kit" }, { "type": "image_picker", "id": "call811_image", "label": "Call 811 image" }, { "type": "url", "id": "call811_url", "label": "Call 811 link", "default": "https://www.call811.com" }, { "type": "text", "id": "call811_alt", "label": "Call 811 image alt text", "default": "Call 811 before you dig" }, { "type": "text", "id": "note", "label": "Note text", "default": "Always thread all tool parts fully!" }, { "type": "image_picker", "id": "cta_image", "label": "CTA image" }, { "type": "url", "id": "cta_url", "label": "CTA link" }, { "type": "text", "id": "cta_alt", "label": "CTA image alt text", "default": "Select the right tool set" } ], "blocks": [ { "type": "video", "name": "YouTube video", "settings": [ { "type": "text", "id": "heading", "label": "Video heading", "default": "Video title" }, { "type": "text", "id": "youtube_id", "label": "YouTube video ID", "info": "Example: for https://www.youtube.com/watch?v=dQw4w9WgXcQ use dQw4w9WgXcQ" }, { "type": "text", "id": "iframe_title", "label": "Iframe title (accessibility)", "default": "" } ] } ], "presets": [ { "name": "Bullet Mole Videos + Kits", "blocks": [ { "type": "video", "settings": { "heading": "The Bullet Mole penetrates the GAUNTLET an impossible debris field", "youtube_id": "9WS27czVTVM" } }, { "type": "video", "settings": { "heading": "Bullet Mole 2-Car Driveway Kit", "youtube_id": "01h7er_dDNk" } }, { "type": "video", "settings": { "heading": "Drive the Bullet Mole automatically with the Jack-Rammer", "youtube_id": "u4fgKTZmEGk" } }, { "type": "video", "settings": { "heading": "Bullet Mole Sidewalk Kit", "youtube_id": "arZm2yI49Vk" } }, { "type": "video", "settings": { "heading": "Pull in 2 pipes at once", "youtube_id": "l-dqVbx7Rug" } }, { "type": "video", "settings": { "heading": "Jack-Rammer punches 70 feet in 90 minutes on an actual jobsite", "youtube_id": "UJBcefRzWJU" } }, { "type": "video", "settings": { "heading": "Install GRC, poly pipe or PVC conduit", "youtube_id": "ntNiNrcrPSk" } }, { "type": "video", "settings": { "heading": "Pull back a 20 foot length of 1 inch PVC as you remove the tool", "youtube_id": "ifNK-jq93K4" } } ] } ] } {% endschema %}