@ecl/twig-component-page-header-harmonised
v3.13.0
Published
ECL Page Header Harmonised
Downloads
53
Readme
ECL Page Header Harmonised component
npm package: @ecl/twig-component-page-header-harmonised
npm install --save @ecl/twig-component-page-header-harmonised
Parameters
- "title" (string) (default: '') Title of header
- "description" (string) (default: '') Description of header
- "meta" (string) (default: '') Meta of header
- "breadcrumb" (associative array) (default: '') Predefined structure for the ECL Breadcrumb
- "extra_classes" (optional) (string) (default: '') Extra classes (space separated)
- "extra_attributes" (optional) (array) (default: []) Extra attributes
- "name" (string) Attribute name, eg. 'data-test'
- "value" (string) Attribute value, eg: 'data-test-1'
Example :
{% include '@ecl/page-header-harmonised/page-header-harmonised.html.twig' with {
title: 'Page title',
description: 'Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium',
meta: 'News article | 17 October 2015',
breadcrumb: {
links: [
{
label: 'Link 1',
path: '/example'
},
],
icon_file_path: '/path-to-the-icons-file',
navigation_text: 'You are here:',
}
} %}