Site Footer Simple
Table of Contents
Specifications
Properties
| Property | Type | Description | Required | Default |
|---|---|---|---|---|
| logo | integer | WordPress image ID | Yes | - |
| footer_logo_size | string | applies modifier class to logo to adjust size Allowed Values: "small", "medium", "large" | No | false |
| footer_text_align | string | applies utility class to align contact info on medium breakpoint and up Allowed Values: "left", "center", "right" | No | false |
| logo_link | object | - | No | - |
| └ url | string | - | - | - |
| └ target | string | - Allowed Values: "_blank", "_self", "_window" | - | - |
| copyright | string | Simple inline markup | No | - |
| contact_info | string | block of inline HTML usually separated with <br> tags | No | - |
| menu | array | Array of menu items. Usually handled by passing a Timber menu object | No | - |
| └ item | object | - | - | - |
| └ title | string | Menu item label | - | - |
| └ link | string | Menu item location | - | - |
| └ target | string | Open in a new tab Allowed Values: "_blank", "_self", "_window" | - | - |
| └ classes | string | - | - | - |
Styling
Changelog
5.0.0 (2023-06-13)
2.3.0 (2022-12-13)
1.23.0 (2021-08-04)
1.10.0
- site-footer-simple added
Related
Contains
Other core components embedded within this template.
Examples
Default
{{ include( 'components/site-footer-simple.twig', {
logo: "badge-placeholder.svg"
copyright: "© Lorem ipsum"
contact_info: "000-000-0000<br>123 Main St<br>Not Chicago, IL 12345"
menu: {...}
} ) }}