drupal/book_starterkit

A recipe for a basic book setup using 3 content types.

1.0.0 2025-08-03 13:45 UTC

This package is auto-updated.

Last update: 2025-08-03 17:47:39 UTC


README

This recipe creates 3 new content types to be used by the Book contrib module.

Table of contents

  • Requirements
  • Installation
  • Configuration
  • Maintainers

Requirements

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

Installation

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

Configuration

After installing recommend configuring the permissions to meet project needs.

  1. Go to admin/people/permissions
  2. Search by book

This recipe installs 3 new content types that are pretty basic. If additional fields are needed they can be configured like regular content types.

Maintainers