kanopi/saplings-events

Configuration for Saplings Events

Installs: 81

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 9

Forks: 0

Open Issues: 1

Type:drupal-recipe

1.0.0-beta.7 2024-04-05 14:03 UTC

This package is auto-updated.

Last update: 2024-05-03 14:43:51 UTC


README

Overview

Welcome to the Saplings-Events repository, the central hub for managing everything Events within the Saplings application. Saplings-Events handles the Events content type, Event taxonomies, Event views, and Event schema. This repository coordinates with several sub-repositories to handle different aspects of content creation and management.

Sub-Repositories:

  1. kanopi/saplings-content-base

    • Contains base fields and configurations for all content types in Saplings.

    a. kanopi/saplings-media

    • Handles Media entities and implements best practices configurations.

    b. kanopi/saplings-theme

    • Configures the UI Patterns Suite, including modules and themes.

    c. kanopi/saplings_custom [Module] - Contributed module with utility commands.

  2. kanopi/saplings-content-types

    • Handles content types.

Patches

smart_date may throw an error that looks like this:

* 		User deprecated function: Passing a string to Drupal\options\Plugin\Field\FieldType\ListItemBase::extractAllowedValues() is deprecated in drupal:10.2.0 and will cause an error from drupal:11.0.0. Use an array instead. See https://www.drupal.org/node/3376368 in Drupal\options\Plugin\Field\FieldType\ListItemBase::extractAllowedValues() (line 406 of core/modules/options/src/Plugin/Field/FieldType/ListItemBase.php).

To fix this, you can apply this patch