Skip to content

WIP - Creates a Person content type and related configuration.

License

Notifications You must be signed in to change notification settings

kanopi/saplings-person

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Saplings-Person Repository

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