Skip to content

Contact Page Title

Use the contact_page_title module to display the title on the contact page. This module is only available on the contact page.

Configuration parameters

none

Module source code

{% from "@macros/section_title.twig" import section_title %}

{{ section_title(translate('Contact'), { cssClasses: "contact-page-title" }) }}

Macros reference

Module configuration schema

[
    {
        "state": "unfolded",
        "label": "General settings",
        "elements": [
            {
                "type": "infobox",
                "name": "infobox",
                "options": {
                    "type": "blank",
                    "message": "### Related settings%s#### in the admin panel:%s- changing phrases in [translations](%s)%s%s#### in the Shoper Visual Editor:%s- heading appearance (including color, size, text thickness) in the [Colors and Styles](%s) tab.",
                    "placeholderValues": ["\n", "\n", "\/admin\/configLanguages\/list", "\n", "\n", "\n", "#theme-and-colors"]
                }
            }
        ]
    }
]