Commit config after db updates; primarily linebreak expansions

This commit is contained in:
benjamin melançon 2021-07-14 08:53:40 -04:00
parent f803aa6668
commit 27bc701d4a
82 changed files with 2765 additions and 199 deletions

View file

@ -5,8 +5,6 @@ dependencies:
enforced:
module:
- webform
_core:
default_config_hash: B-E6t3OGPrgG1OPuVOmoXmjWLXkta_R-lSr_ppfU2Ww
open: null
close: null
weight: 0
@ -17,7 +15,35 @@ id: contact
title: Contact
description: 'Basic email contact webform.'
category: ''
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"
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'
css: ''
javascript: ''
settings:
@ -38,7 +64,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
@ -218,7 +244,14 @@ handlers:
from_options: { }
from_name: '[webform_submission:values:name:raw]'
subject: '[webform_submission:values:subject:raw]'
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"
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) }}
excluded_elements: { }
ignore_access: false
exclude_empty: true
@ -235,3 +268,5 @@ handlers:
theme_name: ''
parameters: { }
variants: { }
_core:
default_config_hash: B-E6t3OGPrgG1OPuVOmoXmjWLXkta_R-lSr_ppfU2Ww