forked from a64f7bb4-7358-4778-9fbe-3b882c34cc1d/v1
15 lines
401 B
JSON
15 lines
401 B
JSON
{
|
|
"name": "drupal/inline_entity_form",
|
|
"description": "Provides a widget for inline management (creation, modification, removal) of referenced entities.",
|
|
"type": "drupal-module",
|
|
"license": "GPL-2.0-or-later",
|
|
"minimum-stability": "dev",
|
|
"require": {
|
|
"php": ">=7.1",
|
|
"drupal/core": "^8.8 || ^9 || ^10"
|
|
},
|
|
"require-dev": {
|
|
"drupal/entity_reference_revisions": "^1.0"
|
|
}
|
|
}
|