@ecl-twig/ec-component-page-header-core

2.39.0 • Public • Published

ECL-Twig Page Header Core component

npm package: @ecl-twig/ec-component-page-header-core

npm install --save @ecl-twig/ec-component-page-header-core

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 compatible with EC Breadcrumb
  • "background_image" (boolean) (default: false) With or without background image
  • "background_image_url" (string) (default: '') Background image url
  • "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'
  • "_compliance_" (boolean) (default: false) Activates debug

Example :

{% include '@ecl-twig/ec-component-page-header-core/ecl-page-header-core.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:',  
  },  
} %}  

Package Sidebar

Install

npm i @ecl-twig/ec-component-page-header-core

Weekly Downloads

35

Version

2.39.0

License

EUPL-1.1

Unpacked Size

18.8 kB

Total Files

4

Last publish

Collaborators

  • yhuard
  • planctus
  • kalin.chernev