Move config out of redundant sync directory
This commit is contained in:
parent
a83fc897c7
commit
b1b12e0505
1372 changed files with 0 additions and 0 deletions
27
config/language/es/webform.webform.contact.yml
Normal file
27
config/language/es/webform.webform.contact.yml
Normal file
|
@ -0,0 +1,27 @@
|
|||
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'
|
||||
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) }}
|
Loading…
Add table
Add a link
Reference in a new issue