@eightshift/frontend-libs
Version:
A collection of useful frontend utility modules. powered by Eightshift
39 lines (38 loc) • 778 B
JSON
{
"$schema": "https://raw.githubusercontent.com/infinum/eightshift-frontend-libs/develop/schemas/block.json",
"blockName": "site-footer",
"title": "Site footer",
"description": "Footer block with a logo, links, and copyright label.",
"category": "eightshift",
"icon": {
"src": "es-card-teaser-alt-2"
},
"keywords": [
"site",
"footer"
],
"example": {
"attributes": {
"siteFooterLogoUrl": "https://loremflickr.com/200/150"
}
},
"attributes": {
"siteFooterLinks": {
"type": "array",
"default": []
},
"wrapperUse": {
"type": "boolean",
"default": false
},
"wrapperNoControls": {
"type": "boolean",
"default": true
}
},
"components": {
"logo": "image",
"copyright": "copyright",
"socialNetworks": "social-networks"
}
}