SiteFooter
SiteFooter
☰ Documentation
Documentation
Site-wide footer content organized into authored sections.
Authoring guidance
✅
Use when
Use for content that should appear in the site's footer across pages.
❌
Avoid when
The content is an endcap, disclosure, navigation block, or call to action used only by selected pages; use a reusable component instead.
Properties
*
sections
Sections rendered in authored order within the site footer.
Example
Required
{
"sections": []
}
Full
{
"sections": [
{
"id": "footer-navigation",
"title": "Footer navigation",
"elements": [
{
"type": "menu",
"class": "qp-menu--footer",
"navId": "qp-footer-menu",
"ariaLabel": "Footer navigation",
"items": [
{
"label": "About",
"link": {
"href": "/about/"
}
},
{
"label": "Privacy",
"link": {
"href": "/privacy/"
}
}
]
}
]
}
]
}
examples are generated from the schema.