Webform module and config export
This commit is contained in:
parent
3e6a5cbed2
commit
0e15467384
1040 changed files with 117682 additions and 0 deletions
16
web/modules/contrib/webform/webform.info.yml
Normal file
16
web/modules/contrib/webform/webform.info.yml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
name: Webform
|
||||
type: module
|
||||
description: 'Enables the creation of webforms and questionnaires.'
|
||||
package: Webform
|
||||
# core: 8.x
|
||||
configure: entity.webform.collection
|
||||
dependencies:
|
||||
- 'drupal:field'
|
||||
- 'drupal:system (>= 8.2)'
|
||||
- 'drupal:user'
|
||||
|
||||
# Information added by Drupal.org packaging script on 2017-03-05
|
||||
version: '8.x-5.0-beta9'
|
||||
core: '8.x'
|
||||
project: 'webform'
|
||||
datestamp: 1488753802
|
||||
Reference in a new issue