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,47 @@ id: training_discount
|
|||
title: 'Training Discount'
|
||||
description: ''
|
||||
category: Purchase
|
||||
elements: "course_summary:\n '#type': processed_text\n '#display_on': both\n '#text': |2\n * Lead instructor: **Mauricio Dinarte**\n * Cost: **$250** (50% discount off $500 usual price)\n \n '#format': markdown\nname:\n '#type': textfield\n '#title': Name\n '#required': true\nemail:\n '#type': email\n '#title': E-mail\n '#required': true\nchoose_training:\n '#type': radios\n '#title': 'Choose training:'\n '#help_title': 'How about both?'\n '#help': 'To register for multiple trainings, simply come back to this form after paying for the first one and do it again. Or contact Agaric for an invoice.'\n '#options':\n upgrades: 'Upgrading to Drupal 8/9 using the Migrate API'\n '#required': true\npayment:\n '#type': stripe\n '#title': Payment\n '#format_items': ul\n '#format_items_html': ''\n '#format_items_text': ''\n '#stripe_selectors_name': ':input[name=\"name\"]'\noptional_info_for_your_receipt:\n '#type': textarea\n '#title': 'Optional info for your receipt'\n '#placeholder': 'Your company name, purchase order, etc. Leave blank if you don''t need it.'\n '#autocomplete': 'off'\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': 'Purchase ticket'\n"
|
||||
elements: |
|
||||
course_summary:
|
||||
'#type': processed_text
|
||||
'#display_on': both
|
||||
'#text': |2
|
||||
* Lead instructor: **Mauricio Dinarte**
|
||||
* Cost: **$250** (50% discount off $500 usual price)
|
||||
|
||||
'#format': markdown
|
||||
name:
|
||||
'#type': textfield
|
||||
'#title': Name
|
||||
'#required': true
|
||||
email:
|
||||
'#type': email
|
||||
'#title': E-mail
|
||||
'#required': true
|
||||
choose_training:
|
||||
'#type': radios
|
||||
'#title': 'Choose training:'
|
||||
'#help_title': 'How about both?'
|
||||
'#help': 'To register for multiple trainings, simply come back to this form after paying for the first one and do it again. Or contact Agaric for an invoice.'
|
||||
'#options':
|
||||
upgrades: 'Upgrading to Drupal 8/9 using the Migrate API'
|
||||
'#required': true
|
||||
payment:
|
||||
'#type': stripe
|
||||
'#title': Payment
|
||||
'#format_items': ul
|
||||
'#format_items_html': ''
|
||||
'#format_items_text': ''
|
||||
'#stripe_selectors_name': ':input[name="name"]'
|
||||
optional_info_for_your_receipt:
|
||||
'#type': textarea
|
||||
'#title': 'Optional info for your receipt'
|
||||
'#placeholder': 'Your company name, purchase order, etc. Leave blank if you don''t need it.'
|
||||
'#autocomplete': 'off'
|
||||
actions:
|
||||
'#type': webform_actions
|
||||
'#title': 'Submit button(s)'
|
||||
'#submit__label': 'Purchase ticket'
|
||||
css: ''
|
||||
javascript: ''
|
||||
settings:
|
||||
|
@ -35,7 +75,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
|
||||
|
@ -116,7 +156,10 @@ settings:
|
|||
draft_pending_multiple_message: ''
|
||||
confirmation_type: inline
|
||||
confirmation_title: ''
|
||||
confirmation_message: "Thank you [webform_submission:values:name]! You're registered for:<br />\n[webform_submission:values:course_summary:html]<br />\nWe've sent an e-mail to [webform_submission:values:email].\n"
|
||||
confirmation_message: |
|
||||
Thank you [webform_submission:values:name]! You're registered for:<br />
|
||||
[webform_submission:values:course_summary:html]<br />
|
||||
We've sent an e-mail to [webform_submission:values:email].
|
||||
confirmation_url: ''
|
||||
confirmation_attributes: { }
|
||||
confirmation_back: false
|
||||
|
@ -235,7 +278,18 @@ handlers:
|
|||
from_options: { }
|
||||
from_name: _default
|
||||
subject: 'Training registration for [webform:title]'
|
||||
body: "Dear [webform_submission:values:name],<br />\n<br />\nThank you for registering!<br />\n<br />\n[webform_submission:values:course_summary:html]<br />\n<br />\nConnection information for joining the training online will be sent prior to the event.<br />\n<br />\nBest,<br />\n<br />\nThe team at Agaric\n"
|
||||
body: |
|
||||
Dear [webform_submission:values:name],<br />
|
||||
<br />
|
||||
Thank you for registering!<br />
|
||||
<br />
|
||||
[webform_submission:values:course_summary:html]<br />
|
||||
<br />
|
||||
Connection information for joining the training online will be sent prior to the event.<br />
|
||||
<br />
|
||||
Best,<br />
|
||||
<br />
|
||||
The team at Agaric
|
||||
excluded_elements:
|
||||
course_summary: course_summary
|
||||
payment: payment
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue