drupal/tour_core

A recipe for getting tours of Drupal core.

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Type:drupal-recipe

1.0.1 2024-10-02 11:05 UTC

This package is auto-updated.

Last update: 2024-10-10 21:26:56 UTC


README

This recipe creates a default set of Tours around Drupal core basic functionality.

>The Tour module provides users with guided tours of the site interface. Each tour consists of several tips that highlight elements of the user interface, guide the user through a workflow, or explain key concepts of the website.

Table of contents

  • Requirements
  • Installation
  • Configuration
  • Maintainers

Requirements

  • Drupal 10.3 or higher.
  • Recipe will install all required modules. Only contrib module is Tour.

Installation

To apply recipe: php core/scripts/drupal recipe ../recipes/[recipe-name] -v

Configuration

After installing users with 'administer tour' permission can edit, disable, add, remove, etc tours from admin/config/user-interface/tour

Maintainers