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
|
@ -1,8 +1,27 @@
|
|||
title: Contact
|
||||
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"
|
||||
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'
|
||||
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, \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"
|
||||
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) }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue