Section

Game Sticky CTA

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

真实模板变体

Schema

{
  "name": "Game Sticky CTA",
  "class": "game-sticy-cta-section",
  "settings": [
    {
      "type": "text",
      "id": "heading",
      "label": "Heading",
      "default": "Laifen hairdryer "
    },
    {
      "type": "text",
      "id": "add_to_cart_btn",
      "label": "Add to cart btn selector",
      "default": ".game-banner-v3__container",
      "info": "Sticky cart will be hidden when this element is in view in page."
    },
    {
      "type": "text",
      "id": "btn_text",
      "label": "Button text",
      "default": "Shop now"
    },
    {
      "type": "text",
      "id": "btn_text_m",
      "label": "Button text (Mobile)",
      "default": "Shop all hair dryers"
    },
    {
      "type": "url",
      "id": "btn_link",
      "label": "Button link"
    }
  ],
  "blocks": [
    {
      "type": "block",
      "name": "Menu link",
      "settings": [
        {
          "type": "text",
          "id": "link_text",
          "label": "Link text"
        },
        {
          "type": "url",
          "id": "link",
          "label": "link"
        }
      ]
    }
  ],
  "presets": [
    {
      "name": "Game Sticky CTA"
    }
  ]
}