Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/amazeelabs/wb_breadcrumbs
https://github.com/amazeelabs/wb_breadcrumbs
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/amazeelabs/wb_breadcrumbs
- Owner: AmazeeLabs
- Created: 2023-02-01T09:15:08.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-01T09:34:33.000Z (almost 2 years ago)
- Last Synced: 2024-11-22T23:32:28.612Z (2 months ago)
- Language: PHP
- Size: 6.84 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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
- Create new menu or use default Drupal's menu
- After module installation navigate to Configuration->System->Breadcrumbs configuration and type your menu name there
Default name there is "main". - Profit ))
In theme you can override added "wb_breadcrumb.html.twig" template and copy from module.
To download
git clone --branch 8.x-1.x http://git.drupal.org/sandbox/oles89/2367919.git
cd wb_breadcrumbs
Maintainer
Codenator81 [email protected]