The functionality of this module was merged into the 2.x branch of the contrib Tour module in #3425125: Merge in the Tour Enhancements module. This module is deprecated. Please install the Tour contrib module ^2.

Adds additional routes and functionality for Tours.

1. Adds route parameter bundle to entity.node.* routes

Examples:

All edit forms
entity.node.edit_form

Add/edit forms of a specific content type (Recommended to do both)
entity.node.edit_form
- bundle:how_to
entity.node.add
- bundle:some_node_type

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.

Supporting organizations: 

Project information

Releases