Commit config after db updates; primarily linebreak expansions
This commit is contained in:
parent
f803aa6668
commit
27bc701d4a
82 changed files with 2765 additions and 199 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'\n"
|
||||
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:
|
||||
|
@ -35,7 +46,7 @@ settings:
|
|||
form_previous_submissions: true
|
||||
form_confidential: false
|
||||
form_confidential_message: ''
|
||||
form_remote_addr: true
|
||||
form_disable_remote_addr: false
|
||||
form_convert_anonymous: false
|
||||
form_prepopulate: false
|
||||
form_prepopulate_source_entity: false
|
||||
|
@ -117,7 +128,7 @@ settings:
|
|||
confirmation_type: url_message
|
||||
confirmation_title: 'You are now subscribed.'
|
||||
confirmation_message: 'Welcome to the training list! You are subscribed as [webform_submission:values:your_name] <[webform_submission:values:your_email]>. We hope to see you at one of our trainings in the near future.'
|
||||
confirmation_url: /thanks-your-interest-data-migration-training
|
||||
confirmation_url: thanks-your-interest-data-migration-training
|
||||
confirmation_attributes: { }
|
||||
confirmation_back: true
|
||||
confirmation_back_label: ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue