(Footer section) (footer_section)

To use only in a menu component.

ID Label Description Schema
heading Heading
list List
                        type: array
items:
    type: object
    properties:
        title:
            type: string
        attributes:
            $ref: '#/$defs/attributes_value'
        below:
            type: object

                      
            id: footer_section
label: '(Footer section)'
description: 'To use only in a menu component.'
group: Footer
slots:
    heading:
        id: heading
        label: Heading
props:
    list:
        id: list
        label: List
        schema:
            type: array
            items:
                type: object
                properties:
                    title:
                        type: string
                    attributes:
                        $ref: '#/$defs/attributes_value'
                    below:
                        type: object
examples:
    preview:
        id: preview
        label: Preview
        renderable:
            '@component': footer_section
            heading: Topic
            list:
                -
                    title: 'Link One'
                    url: 'https://www.mozilla.org/firefox/new/'
                -
                    title: 'Link Two'
                    url: 'https://www.mozilla.org/firefox/'
                -
                    title: 'Link Three'
                    url: 'https://www.mozilla.org/firefox/mobile/'
                -
                    title: 'Link Four'
                    url: 'https://www.mozilla.org/firefox/features/'
                -
                    title: 'Long link just to mix things up and cause problems.'
                    url: 'https://www.mozilla.org/firefox/channel/desktop/'
                -
                    title: 'Link Six'
                    url: 'https://www.mozilla.org/firefox/channel/desktop/'