Apply updates from live (uninstalling groups) plus config formatting enhancements
This commit is contained in:
parent
1709131e38
commit
36820ff272
119 changed files with 367 additions and 7628 deletions
|
@ -1 +0,0 @@
|
|||
label: 'Correo electrónico'
|
|
@ -1 +0,0 @@
|
|||
label: Grupo
|
|
@ -1 +0,0 @@
|
|||
label: Grupo
|
|
@ -1,4 +0,0 @@
|
|||
label: Grupo
|
||||
display:
|
||||
page_1:
|
||||
display_title: Página
|
|
@ -1,3 +0,0 @@
|
|||
display:
|
||||
page_1:
|
||||
display_title: Página
|
|
@ -1,14 +0,0 @@
|
|||
display:
|
||||
default:
|
||||
display_options:
|
||||
fields:
|
||||
name:
|
||||
label: Usuario
|
||||
dropbutton:
|
||||
label: Operaciones
|
||||
title: Miembros
|
||||
page_1:
|
||||
display_title: Página
|
||||
display_options:
|
||||
menu:
|
||||
title: Miembros
|
|
@ -1,12 +0,0 @@
|
|||
display:
|
||||
default:
|
||||
display_options:
|
||||
fields:
|
||||
title:
|
||||
label: Título
|
||||
status:
|
||||
label: Estado
|
||||
dropbutton:
|
||||
label: Operaciones
|
||||
page_1:
|
||||
display_title: Página
|
27
config/language/es/webform.webform.migration_quote.yml
Normal file
27
config/language/es/webform.webform.migration_quote.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