Enable the person module to provide content managers with the ability to manage people within Drupal.
- Add the following snippet to the
repositoriessection of yourcomposer.jsonfile:
{
"type": "git",
"url": "https://github.com/eaudeweb/edw_person.git"
}
-
Run
composer require eaudeweb/edw_person:^1.0 -
Enable the module:
drush en edw_person
| Field label | Field name | Description | Field type | Cardinality | Required | Translatable | Widget |
|---|---|---|---|---|---|---|---|
| Title | title | Text | Single | Yes | Yes | Text field | |
| Body | body | - | - | - | - | - | |
| Countries | field_countries | Taxonomy term entity reference (Countries) | Entity reference | Single | No | No | Select |
| Website | field_website | Link | Single | No | No | TODO | |
| field_email | Single | No | No | TODO |
None
Use the edw_paragraphs module to enable different visual components that can be added to the meeting sections. Use countries_import module to import Geographical coverage.