Sha256: 4872bf3904af5f325d9489935f2b4513ae451d5f5a83253302e4f6f03c6f6cf2

Contents?: true

Size: 738 Bytes

Versions: 4

Compression:

Stored size: 738 Bytes

Contents

---
{
  "name": "footer",
  "category": "footer",
  "class": "section-footer",
  "settings":
  [
    {
      "id": "brand",
      "type": "text",
      "label": "Text to display in the footer",
      "default": "Header"
    }
  ],
  "default":
  {
    "settings":
    {
      "brand": "MY COMPANY"
    },
    "blocks":
    [
      {
        "type": "link",
        "settings":
        {
          "label": "Link #1",
          "url": "https://www.nocoffee.fr",
          "new_tab": "true"
        }
      },
      {
        "type": "link",
        "settings":
        {
          "label": "Link #2",
          "url": "https://www.nocoffee.fr",
          "new_tab": "true"
        }
      }
    ]
  }
}
---

<h2>
  FOOTER PLAIN TEXT
</h2>

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
locomotivecms_steam-1.5.0.rc0 spec/fixtures/default/app/views/sections/footer.liquid
locomotivecms_steam-1.5.0.beta3 spec/fixtures/default/app/views/sections/footer.liquid
locomotivecms_steam-1.5.0.beta2 spec/fixtures/default/app/views/sections/footer.liquid
locomotivecms_steam-1.5.0.beta1 spec/fixtures/default/app/views/sections/footer.liquid