kanopi/saplings-person

Configuration for Saplings Person

Installs: 8

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 6

Forks: 0

Open Issues: 0

Type:drupal-recipe

1.0.0-beta.6 2024-04-11 19:19 UTC

README

Overview

Welcome to the Saplings-Person repository, the central hub for managing everything Person within the Saplings application. Saplings-Person handles the Person content type, Person taxonomies, Person views, and Person 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