Section

Footer Icons

0 个模板实例,9 个 section 配置,1 类 block。

真实模板变体

当前模板未直接使用该 section。

Schema

{
  "name": "Footer Icons",
  "class": "shopify-section--footer-icons",
  "settings": [
    {
      "type": "checkbox",
      "id": "show",
      "label": "Show section",
      "default": true
    },
    {
      "type": "color",
      "id": "bg_color",
      "label": "Background color",
      "default": "#f4f4f4"
    },
    {
      "type": "color",
      "id": "text_color",
      "label": "Text color",
      "default": "#070707"
    },
    {
      "type": "text",
      "id": "t1",
      "label": "Text 1",
      "default": "Sikker betaling"
    },
    {
      "type": "text",
      "id": "custom",
      "label": "Custom Text",
      "default": "Made by EasyAMedia"
    },
    {
      "type": "text",
      "id": "link",
      "label": "Custom Text Link",
      "default": "https://easyamedia.com/"
    },
    {
      "type": "header",
      "content": "Country selector"
    },
    {
      "type": "image_picker",
      "id": "img_flag",
      "label": "Flag"
    },
    {
      "type": "text",
      "id": "country_heading",
      "label": "Title",
      "default": "United States English / $ USD"
    }
  ],
  "blocks": [
    {
      "type": "payment_icons",
      "name": "Payment Icons",
      "settings": [
        {
          "type": "image_picker",
          "id": "payment_logo",
          "label": "Payment Logo"
        }
      ]
    }
  ],
  "presets": []
}