drupal/events_locations

Allows events to specify a location reference.

1.0.0-alpha2 2024-08-12 15:36 UTC

This package is auto-updated.

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


README

  • Introduction
  • Requirements
  • Installation
  • Configuration
  • Maintainers

INTRODUCTION

This recipe adds a Where field to your Event content type, to associate a location node.

INSTALLATION

  • Use composer to add the recipe and its dependencies to your codebase
  • In your terminal, run php core/scripts/drupal recipe recipes/contrib/events_locations

REQUIREMENTS

This recipe connects the Events and Locations recipes, so it depends on them being already installed.

CONFIGURATION

  • There isn't really any specific configuration per se, but you may way to adjust the widget or display for the new Where field. For example, using the Inline Entity Form for the form will provide a better experience for content creators.

MAINTAINERS