Drupal implementation of the EWP Abstract Contact Type.
See the Erasmus Without Paper specification for more information:
Include the repository in your project's composer.json file:
"repositories": [
...
{
"type": "vcs",
"url": "https://github.com/EuropeanUniversityFoundation/ewp_contact"
}
],
Then you can require the package as usual:
composer require euf/ewp_contact
Finally, install the module:
drush en ewp_contact
A custom content entity named Contact is provided with initial configuration to match the EWP specification. It can be configured like any other fieldable entity on the system. The administration paths are placed under /admin/ewp/.