Skip to content

Footer Groups

Use footer_groups to render all groups of footer links

Configuration parameters

none

Module source code

{% from "@macros/footer_group.twig" import footer_group %}
{% set footerGroups = ObjectApi.getFooterGroups() %}

<footer-groups on-interaction>
    <h-accordion class="accordion footer-groups" disabled>
        {% for group in footerGroups %}
            {{ footer_group(group) }}
        {% endfor %}
    </h-accordion>
</footer-groups>

Webcomponents reference

Macros reference

Used Object Api methods

Used styles

Module configuration schema

[
    {
        "state": "unfolded",
        "label": "General settings",
        "elements": [
            {
                "type": "infobox",
                "name": "infobox",
                "options": {
                    "type": "blank",
                    "message": "#### Related settings in the admin panel%s- adding, removing and changing the position of [links in the footer](%s)",
                    "placeholderValues": [
                        "\n",
                        "\/admin\/configSkins\/links"
                    ]
                }
            }
        ]
    }
]