wb_breadcrumbs

Categories

Component ID

2367919

Component name

wb_breadcrumbs

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

Drupal 8 menu based breadcrumbs

Created from ground up without knowledge Drupal 7 )))
This module different from https://www.drupal.org/project/menu_breadcrumb
because this module can create breadcrumbs from menu title not from node title so wb_breadcrumbs create breadcrumbs from any link type. All what module need created menu tree.

Features

Configurable from UX:

  • Breadcrumb separator
  • Base class for nav tag
  • Menu name from whom Breadcrumb will be created

How to use

  1. Create new menu or use default Drupal's menu
  2. After module installation navigate to Configuration->System->Breadcrumbs configuration and type your menu name there
    Default name there is "main".
  3. Profit ))

In theme you can override added "wb_breadcrumb.html.twig" template or copy from wb_breadcrumbs module.

To download

git clone --branch  8.x-1.x http://git.drupal.org/sandbox/oles89/2367919.git
cd wb_breadcrumbs

Maintainer

Codenator81 codenator81@gmail.com