drupal / events
A content type and view to help manage events in Drupal.
1.0.0-beta2
2024-11-02 16:44 UTC
Requires
- drupal/add_content_by_bundle: ^1.2
- drupal/addtocal_augment: ^1.2@beta
- drupal/core: >=10.3
- drupal/pathauto: ^1.13
- drupal/smart_date: >=4.2
Suggests
- drupal/events_calendar: Creates an interactive calendar display
- drupal/events_locations: Allows events to be associated with locations
- drupal/events_registration: Allows users to register for events
This package is auto-updated.
Last update: 2024-11-02 21:02:40 UTC
README
- Introduction
- Requirements
- Installation
- Configuration
- Maintainers
INTRODUCTION
This recipe is intended to get your site up and running managing events. As a recipe, it defines a simple Event content type, which uses a "When" field to specify start and end times. It also provides an Events view, including tabs for lists of upcoming and past events.
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
REQUIREMENTS
This recipe requires the Smart Date module, and also leverages Add Content By Bundle for an improved administrative experience, and Pathauto for automatic creation of optimized URLs.
CONFIGURATION
- There isn't really any specific configuration per se, but in all likelihood you'll want to add additional fields to the Event content type (for example, to indicate a location). Similarly, it's likely you'll want to add to the Events view.
MAINTAINERS
- Current Maintainer: Martin Anderson-Clutz (mandclu) - https://www.drupal.org/u/mandclu