Sha256: 3dbc2309be80cdf6e939179f497adbdd7127cf9b8ee6fd28820f26c697282b70

Contents?: true

Size: 1.37 KB

Versions: 13

Compression:

Stored size: 1.37 KB

Contents

---
{
  "name": "footer",
  "category": "footer",
  "class": "section-footer",
  "settings":
  [
    {
      "id": "brand",
      "type": "text",
      "label": "Text to display in the footer",
      "default": "Header"
    },
    {
      "id": "copyright",
      "type": "text",
      "label": "Copyright",
      "default": "(c) NoCoffee"
    }
  ],
  "blocks": [
    {
      "type": "link",
      "settings": [
        {
          "id": "label",
          "type": "text",
          "label": "Label",
          "default": "Link"
        },
        {
          "id": "url",
          "type": "url",
          "label": "Url",
          "default": "https://www.locomotivecms.com"
        },
        {
          "id": "new_tab",
          "type": "checkbox",
          "label": "Open in a new tab?",
          "default": true
        }
      ]
    }
  ],
  "global_content":
  {
    "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
        }
      },
      {
        "type": "link"
      }
    ]
  }
}
---

<h2>
  FOOTER PLAIN TEXT
</h2>

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
locomotivecms_steam-1.8.0.alpha2 spec/fixtures/default/app/views/sections/footer.liquid
locomotivecms_steam-1.8.0.alpha1 spec/fixtures/default/app/views/sections/footer.liquid
locomotivecms_steam-1.7.1 spec/fixtures/default/app/views/sections/footer.liquid
locomotivecms_steam-1.7.0 spec/fixtures/default/app/views/sections/footer.liquid
locomotivecms_steam-1.6.1 spec/fixtures/default/app/views/sections/footer.liquid
locomotivecms_steam-1.6.0 spec/fixtures/default/app/views/sections/footer.liquid
locomotivecms_steam-1.6.0.rc1 spec/fixtures/default/app/views/sections/footer.liquid
locomotivecms_steam-1.6.0.beta1 spec/fixtures/default/app/views/sections/footer.liquid
locomotivecms_steam-1.5.3 spec/fixtures/default/app/views/sections/footer.liquid
locomotivecms_steam-1.5.2 spec/fixtures/default/app/views/sections/footer.liquid
locomotivecms_steam-1.5.1 spec/fixtures/default/app/views/sections/footer.liquid
locomotivecms_steam-1.5.0 spec/fixtures/default/app/views/sections/footer.liquid
locomotivecms_steam-1.5.0.rc1 spec/fixtures/default/app/views/sections/footer.liquid