Config changes from live, inc linebreak expansions

This commit is contained in:
benjamin melançon 2021-07-14 08:51:50 -04:00
parent b1b12e0505
commit f803aa6668
99 changed files with 5173 additions and 2708 deletions

View file

@ -5,6 +5,8 @@ dependencies:
enforced:
module:
- webform
_core:
default_config_hash: B-E6t3OGPrgG1OPuVOmoXmjWLXkta_R-lSr_ppfU2Ww
open: null
close: null
weight: 0
@ -15,35 +17,7 @@ id: contact
title: Contact
description: 'Basic email contact webform.'
category: ''
elements: |
introduction:
'#type': webform_markup
'#admin_title': Introduction
'#markup': 'You – our clients, colleagues, and crazed adoring fans – are the reason we do what we do. We would love to hear from you.'
name:
'#title': 'Your Name'
'#type': textfield
'#required': true
'#default_value': '[current-user:display-name]'
email:
'#title': 'Your Email'
'#type': email
'#required': true
'#default_value': '[current-user:mail]'
subject:
'#title': Subject
'#type': textfield
'#required': true
'#test': 'Testing contact webform from [site:name]'
message:
'#title': Message
'#type': textarea
'#required': true
'#test': 'Please ignore this email.'
actions:
'#type': webform_actions
'#title': 'Submit button(s)'
'#submit__label': 'Send message'
elements: "introduction:\n '#type': webform_markup\n '#admin_title': Introduction\n '#markup': 'You – our clients, colleagues, and crazed adoring fans – are the reason we do what we do. We would love to hear from you.'\nname:\n '#title': 'Your Name'\n '#type': textfield\n '#required': true\n '#default_value': '[current-user:display-name]'\nemail:\n '#title': 'Your Email'\n '#type': email\n '#required': true\n '#default_value': '[current-user:mail]'\nsubject:\n '#title': Subject\n '#type': textfield\n '#required': true\n '#test': 'Testing contact webform from [site:name]'\nmessage:\n '#title': Message\n '#type': textarea\n '#required': true\n '#test': 'Please ignore this email.'\nactions:\n '#type': webform_actions\n '#title': 'Submit button(s)'\n '#submit__label': 'Send message'\n"
css: ''
javascript: ''
settings:
@ -244,14 +218,7 @@ handlers:
from_options: { }
from_name: '[webform_submission:values:name:raw]'
subject: '[webform_submission:values:subject:raw]'
body: |
Hi Agarics,
You got a new message.
<p>Submitted on {{ webform_token('[webform_submission:created]', webform_submission) }}</p>
<p>Submitted values are:</p>
{{ webform_token('[webform_submission:values]', webform_submission) }}
body: "Hi Agarics, \n\nYou got a new message.\n\n<p>Submitted on {{ webform_token('[webform_submission:created]', webform_submission) }}</p>\n<p>Submitted values are:</p>\n{{ webform_token('[webform_submission:values]', webform_submission) }}\n"
excluded_elements: { }
ignore_access: false
exclude_empty: true
@ -268,5 +235,3 @@ handlers:
theme_name: ''
parameters: { }
variants: { }
_core:
default_config_hash: B-E6t3OGPrgG1OPuVOmoXmjWLXkta_R-lSr_ppfU2Ww