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

@ -1,27 +1,8 @@
title: Contact
elements: |
introduction:
'#markup': 'Usted – nuestros clientes, colegas, y admiradores locos – es la razón por la que hacemos lo que hacemos. Nos encantaría saber de usted.'
name:
'#title': 'Tu Nombre'
email:
'#title': 'Tu Correo Electrónico'
subject:
'#title': 'El Tema'
message:
'#title': Mensaje
actions:
'#submit__label': 'Enviar Mensaje'
elements: "introduction:\n '#markup': 'Usted – nuestros clientes, colegas, y admiradores locos – es la razón por la que hacemos lo que hacemos. Nos encantaría saber de usted.'\nname:\n '#title': 'Tu Nombre'\nemail:\n '#title': 'Tu Correo Electrónico'\nsubject:\n '#title': 'El Tema'\nmessage:\n '#title': Mensaje\nactions:\n '#submit__label': 'Enviar Mensaje'\n"
settings:
confirmation_message: '¡Gracias por contactarnos! Nos pondremos en contacto con usted tan pronto como uno de nosotros (probablemente Clayton) revise nuestro correo electrónico.'
handlers:
email_notification:
settings:
body: |
Hola Agarics,
Tú recibiste un nuevo mensaje.
<p>Submitted on {{ webform_token('[webform_submission:created]', webform_submission) }}</p>
<p>Submitted values are:</p>
{{ webform_token('[webform_submission:values]', webform_submission) }}
body: "Hola Agarics, \n\nTú recibiste un nuevo mensaje.\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"