Add the multiline config module
This commit is contained in:
parent
c39a172690
commit
2aef6eb122
71 changed files with 1891 additions and 126 deletions
|
@ -14,7 +14,18 @@ id: migrations
|
|||
title: 'Migrations training'
|
||||
description: 'A webform for people joining our migration trainings announcement list.'
|
||||
category: Mailchimp
|
||||
elements: "your_email:\n '#type': email\n '#title': 'Your e-mail address'\n '#required': true\nyour_name:\n '#type': textfield\n '#title': 'Your name (optional)'\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': 'Get notified'"
|
||||
elements: |
|
||||
your_email:
|
||||
'#type': email
|
||||
'#title': 'Your e-mail address'
|
||||
'#required': true
|
||||
your_name:
|
||||
'#type': textfield
|
||||
'#title': 'Your name (optional)'
|
||||
actions:
|
||||
'#type': webform_actions
|
||||
'#title': 'Submit button(s)'
|
||||
'#submit__label': 'Get notified'
|
||||
css: ''
|
||||
javascript: ''
|
||||
settings:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue