// Namespaces are defined in the Root.fusion file

prototype(GesagtGetan.Theme:Component.Footer) < prototype(Neos.Fusion:Component) {
    collection = ${q(site).property('footerNavigation')}

    renderer = afx`
        <footer class='page-footer container-fluid container-mw'>
            <nav class='footer-navigation'>
                <Neos.Fusion:Collection collection={props.collection} itemName='node' iterationName='iterator' @children='itemRenderer'>
                    <Carbon.Link:Link node={node} />
                </Neos.Fusion:Collection>
                <GesagtGetan.Theme:Component.ContactData.Facebook />
                <GesagtGetan.Theme:Component.ContactData.Twitter />
                <GesagtGetan.Theme:Component.ContactData.Vimeo />
                <GesagtGetan.Theme:Component.ContactData.Xing />
                <GesagtGetan.Theme:Component.ContactData.YouTube />
                <Neos.Neos:DimensionsMenu dimension='language' renderCurrent={false} />
            </nav>
        </footer>

    `
}
