@ecl-twig/ec-component-breadcrumb-standardised

2.39.0 • Public • Published

ECL-Twig Breadcrumb Standardised component

npm package: @ecl-twig/ec-component-breadcrumb-standardised

npm install --save @ecl-twig/ec-component-breadcrumb-standardised

Parameters

  • "links" (array) (default: []): format:
    • "label" (string) (default: '') Label of link
    • "path" (string) (default: '') URL of link
  • "navigation_text" (string) (default: ''): Text of navigation in breadcrumb
  • "ellipsis_label" (string) (default: ''): Label of the ellipsis, e.g. "Click to expand"
  • "icon_file_path" (string) (default: ''): URL to icons file
  • "extra_classes" (optional) (string) (default: '') Extra classes (space separated)
  • "extra_attributes" (optional) (array) (default: []) Extra attributes
    • "name" (string) Attribute name, ex. 'data-test'
    • "value" (string) Attribute value, ex: 'data-test-1'
  • "_compliance_" (optional) (boolean) (default: false) - Activates debug
  • "_compliance_inner_check_" (optional) (boolean) (default: false) Inline compliance report

Example :

{% include '@ecl-twig/ec-component-breadcrumb-standardised/ecl-breadcrumb-standardised.html.twig' with { 
  links: [ 
    { 
      label: 'Link 1', 
      path: '/example' 
    }, 
    { 
      label: 'Link 2', 
      path: '/example' 
    }, 
    { 
      label: 'Link 3', 
      path: '/example' 
    }, 
    { 
      label: 'Link 4', 
      path: '/example' 
    }, 
    { 
      label: 'Link 5', 
      path: '/example' 
    }, 
    { 
      label: 'Link 6', 
      path: '/example' 
    }, 
  ], 
  icon_file_path: '/path-to-the-icons-file', 
  navigation_text: 'You are here:',  
  ellipsis_label: 'Click to expand' 
} %}  

Package Sidebar

Install

npm i @ecl-twig/ec-component-breadcrumb-standardised

Weekly Downloads

8

Version

2.39.0

License

EUPL-1.1

Unpacked Size

21.9 kB

Total Files

4

Last publish

Collaborators

  • yhuard
  • planctus
  • kalin.chernev