dsfr4drupal-1.x-dev/components/footer-partners/footer-partners.component.yml
components/footer-partners/footer-partners.component.yml
name: DSFR - Footer (partners)
description: Display footer partners.
status: stable
group: DSFR
props:
properties:
attributes:
type: Drupal\Core\Template\Attribute
title: Attributes
items:
type: array
title: Items
description: Expected Drupal menu link items.
items:
type: object
properties:
attributes:
title: Item attributes
description: 'Expected \Drupal\Core\Template\Attribute object.'
logo:
type: string
title: Item logo
logo_width:
type: integer
title: Item logo width
logo_height:
type: integer
title: Item logo height
logo_alt:
type: string
title: Item logo alternative text attribute
url:
type: string
title: Item URL
title:
type: string
title: Title
description: 'By default: "Our partners", or the translated string in another language.'
required:
- items
libraryOverrides:
dependencies:
- dsfr4drupal/component.footer
