Blog Articles List Title¶
Availability:
blog_articles_list_title
module is used to display a title for blog articles list.
Configuration parameters¶
pageTitle¶
string
the title of a blog articles list.
Module source code¶
{% from "@macros/section_title.twig" import section_title %}
{{ section_title(moduleConfig.pageTitle, { cssClasses: "blog-list-title" }) }}
Macros reference¶
Module configuration schema¶
```json [ { "state": "unfolded", "label": "General settings", "elements": [ { "type": "infobox", "name": "infobox", "options": { "type": "blank", "message": "#### Related settings in the Shoper Visual Editor%s- heading appearance (including color, size, text thickness) in the 'Colors and Styles' tab.", "placeholderValues": [ "\n", "#theme-and-colors" ] } }, { "type": "text", "name": "pageTitle", "label": "Displayed page title", "supportsTranslations": true, "isRequired": true, "defaultValue": "Blog" } ] } ]
```