Generated module and Person entity

Changed "published" status of entity to "enabled". Removed author field from display
This commit is contained in:
naomi
2018-04-04 12:59:01 +02:00
commit 4756074cf7
33 changed files with 1845 additions and 0 deletions

14
composer.json Normal file
View File

@ -0,0 +1,14 @@
{
"name": "drupal/zencrm",
"type": "drupal-module",
"description": "Zen CRM",
"keywords": ["Drupal"],
"license": "GPL-2.0+",
"homepage": "https://www.drupal.org/project/zencrm",
"minimum-stability": "dev",
"support": {
"issues": "https://www.drupal.org/project/issues/zencrm",
"source": "http://cgit.drupalcode.org/zencrm"
},
"require": { }
}