← back to Dw Theme Hamburger

blocks/_section-flex-pdp-inventory.liquid

24 lines

{% render 'section.flex-pdp.inventory', product: closest.product %}

{% schema %}
{
  "name": "t:flex_pdp.blocks.inventory.name",
  "settings": [
    {
      "type": "paragraph",
      "content": "t:flex_pdp.blocks.inventory.settings.content"
    },
    {
      "type": "number",
      "id": "inventory_threshold",
      "label": "t:flex_pdp.blocks.inventory.settings.inventory_threshold.label",
      "default": 10
    }
  ],
  "presets": [
    {
      "name": "t:flex_pdp.blocks.inventory.name"
    }
  ]
}
{% endschema %}