Add contact form updates and change mailer
This commit is contained in:
parent
5de5aac641
commit
2be84e7d55
31 changed files with 193 additions and 24 deletions
|
@ -15,3 +15,7 @@ display:
|
|||
fields:
|
||||
entity_label:
|
||||
label: Entidad
|
||||
arguments:
|
||||
fid:
|
||||
exception:
|
||||
title: Todo(s)
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
display:
|
||||
default:
|
||||
display_options:
|
||||
arguments:
|
||||
gid:
|
||||
exception:
|
||||
title: Todo(s)
|
||||
page_1:
|
||||
display_title: Página
|
||||
|
|
|
@ -4,6 +4,10 @@ display:
|
|||
fields:
|
||||
name:
|
||||
label: Usuario
|
||||
arguments:
|
||||
gid:
|
||||
exception:
|
||||
title: Todo(s)
|
||||
title: Miembros
|
||||
page_1:
|
||||
display_title: Página
|
||||
|
|
|
@ -6,5 +6,9 @@ display:
|
|||
label: Título
|
||||
status:
|
||||
label: Estado
|
||||
arguments:
|
||||
gid:
|
||||
exception:
|
||||
title: Todo(s)
|
||||
page_1:
|
||||
display_title: Página
|
||||
|
|
7
config/sync/language/es/views.view.related_content.yml
Normal file
7
config/sync/language/es/views.view.related_content.yml
Normal file
|
@ -0,0 +1,7 @@
|
|||
display:
|
||||
default:
|
||||
display_options:
|
||||
arguments:
|
||||
similar_nid:
|
||||
exception:
|
||||
title: Todo(s)
|
|
@ -1,3 +1,9 @@
|
|||
display:
|
||||
default:
|
||||
display_options:
|
||||
arguments:
|
||||
tid:
|
||||
exception:
|
||||
title: Todo(s)
|
||||
page_1:
|
||||
display_title: Página
|
||||
|
|
|
@ -2,6 +2,8 @@ display:
|
|||
default:
|
||||
display_options:
|
||||
fields:
|
||||
name:
|
||||
label: 'Nombre de usuario'
|
||||
status:
|
||||
label: Estado
|
||||
filters:
|
||||
|
|
|
@ -4,6 +4,10 @@ display:
|
|||
fields:
|
||||
created:
|
||||
label: Creado
|
||||
arguments:
|
||||
in_draft:
|
||||
exception:
|
||||
title: Todo(s)
|
||||
embed_administer:
|
||||
display_options:
|
||||
fields:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue