Skip to content

EuropeanUniversityFoundation/ewp_contact

Repository files navigation

EWP Contact

Drupal implementation of the EWP Abstract Contact Type.

See the Erasmus Without Paper specification for more information:

Installation

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

Usage

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/.

About

Drupal implementation of the EWP Abstract Contact Type.

Topics

Resources

License

Stars

Watchers

Forks