Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 499 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 499 Bytes

drupal_person

Provides a Drupal Person content type to be reused in projects

Installation

In composer.json:

  1. In "repositories":[] add:
{
    "type": "git",
    "url": "[email protected]:eaudeweb/drupal_person.git"
}
  1. A SSH Key is required.

  2. Run: composer require drupal/drupal_person

Basic Configuration

  • Contact Person Block - display a custom block with person's contacts.
  • Contact Person - controller to contact a person.
  • Contact Person webform