os2web/os2web_contact

Contact entity

Installs: 1 792

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 17

Forks: 4

Open Issues: 0

Type:drupal-module

dev-master 2023-01-18 14:37 UTC

This package is auto-updated.

Last update: 2024-04-18 17:21:07 UTC


README

Module purpose

This module provides the Contact entity with all required UI to create/update/remove contacts in Drupal. Additionally, module provides preconfigured block for contact entity.

Module does not provide theme for contacts design. It should be implementer separately.

Install

  1. Module is available to download via composer.
    composer require os2web/os2web_contact
    drush en os2web_contact
    
  2. After module has been enabled you call manage Contact entities by path /admin/content/os2web_contact

Update

Updating process for OS2Web Contact module is similar to usual composer package. Use Composer's built-in command for listing packages that have updates available:

composer outdated os2web/os2web_contact

Contribution

Project is opened for new features and os course bugfixes. If you have any suggestion, or you found a bug in project, you are very welcome to create an issue in github repository issue tracker. For issue description there is expected that you will provide clear and sufficient information about your feature request or bug report.

Code review policy

See OS2Web code review policy

Git name convention

See OS2Web git name convention