Webform module and config export
This commit is contained in:
parent
3e6a5cbed2
commit
0e15467384
1040 changed files with 117682 additions and 0 deletions
19
web/modules/contrib/webform/composer.json
Normal file
19
web/modules/contrib/webform/composer.json
Normal file
|
@ -0,0 +1,19 @@
|
|||
{
|
||||
"name": "drupal/webform",
|
||||
"description": "Enables the creation of webforms and questionnaires.",
|
||||
"type": "drupal-module",
|
||||
"license": "GPL-2.0+",
|
||||
"minimum-stability": "dev",
|
||||
"homepage": "https://drupal.org/project/webform",
|
||||
"authors": [
|
||||
{
|
||||
"name": "Jacob Rockowitz (jrockowitz)",
|
||||
"homepage": "https://www.drupal.org/u/jrockowitz",
|
||||
"role": "Maintainer"
|
||||
}
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://drupal.org/project/issues/webform",
|
||||
"source": "http://cgit.drupalcode.org/webform"
|
||||
}
|
||||
}
|
Reference in a new issue