定制 drupal/events 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

drupal/events

最新稳定版本:1.1.1

Composer 安装命令:

composer require drupal/events

包简介

A content type and view to help manage events in Drupal.

关键字:

README 文档

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 or if your site is using drush you can use drush recipe ../recipes/events
  • Also run drush cr to ensure that views and their menu links will display as expected
  • If you're using DDEV for local development, prefix the previous two commands with ddev

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

统计信息

  • 总下载量: 2.62k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 5
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 0
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: GPL-2.0
  • 更新时间: 2024-07-26