Module Description
Adds additional routes and functionality for Tours.
1. Adds route parameter bundle to to entity.node.* routes
Examples:
All edit forms entity.node.edit_form
Edit forms of a specific content type bundle entity.node.edit_form - bundle:how_to
All front end nodes entity.node.canonical
A specific front end node entity.node.canonical - node:393469
Front end nodes of a specific content type bundle entity.node.canonical - bundle:how_to
Taxonomy vocabulary overview form entity.taxonomy_vocabulary.overview_form
Specific Taxonomy vocabulary overview form entity.taxonomy_vocabulary.overview_form - bundle:tags
Specific Taxonomy term add/edit forms (Recommended to do both) entity.taxonomy_term.add_form - bundle:tags entity.taxonomy_term.edit_form - bundle:tags Taxonomy terms of a specific vocabulary entity.taxonomy_term.canonical - bundle:tags
2. Extends the tour/tour-styling library so we can add additional CSS to Tours.
Additional CSS can be added, or use this as an example.
1. Adds route parameter bundle to to entity.node.* routes
Examples:
All edit forms entity.node.edit_form
Edit forms of a specific content type bundle entity.node.edit_form - bundle:how_to
All front end nodes entity.node.canonical
A specific front end node entity.node.canonical - node:393469
Front end nodes of a specific content type bundle entity.node.canonical - bundle:how_to
Taxonomy vocabulary overview form entity.taxonomy_vocabulary.overview_form
Specific Taxonomy vocabulary overview form entity.taxonomy_vocabulary.overview_form - bundle:tags
Specific Taxonomy term add/edit forms (Recommended to do both) entity.taxonomy_term.add_form - bundle:tags entity.taxonomy_term.edit_form - bundle:tags Taxonomy terms of a specific vocabulary entity.taxonomy_term.canonical - bundle:tags
2. Extends the tour/tour-styling library so we can add additional CSS to Tours.
Additional CSS can be added, or use this as an example.
Module Link
Project Usage
78
Security Covered
Covered By Security Advisory
Version Available
Production
Module Summary
This module aims to add additional routes and functionality for Tours, including route parameters for entity.node.* routes and extending the tour/tour-styling library to allow for additional CSS customization.
Data Name
tour_enhancements