libreria-astro-lefebvre 0.1.51 → 0.1.52
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -12,7 +12,7 @@ export const metadata: ComponentMetadata = {
|
|
|
12
12
|
{
|
|
13
13
|
name: 'title',
|
|
14
14
|
type: 'text',
|
|
15
|
-
help: 'Título del formulario (h2). Si se deja vacío, por defecto muestra "
|
|
15
|
+
help: 'Título del formulario (h2). Si se deja vacío, por defecto muestra "Mantente al día de la IA jurídica". No admite HTML',
|
|
16
16
|
label: 'Texto del título',
|
|
17
17
|
mandatory: false,
|
|
18
18
|
example_value: 'Suscríbete al blog de GenIA-L'
|
|
@@ -20,7 +20,7 @@ export const metadata: ComponentMetadata = {
|
|
|
20
20
|
{
|
|
21
21
|
name: 'description',
|
|
22
22
|
type: 'text',
|
|
23
|
-
help: 'Descripción que aparece debajo del título. Si se deja vacía, por defecto muestra "Recibe
|
|
23
|
+
help: 'Descripción que aparece debajo del título. Si se deja vacía, por defecto muestra "Recibe en tu email los últimos artículos, tendencias, casos de uso y novedades sobre inteligencia artificial aplicada al sector legal.". No admite HTML',
|
|
24
24
|
label: 'Texto de la descripción',
|
|
25
25
|
mandatory: false,
|
|
26
26
|
example_value: 'Recibe mensualmente los últimos artículos sobre legaltech, IA jurídica y transformación digital en el sector legal'
|
|
@@ -36,7 +36,7 @@ export const metadata: ComponentMetadata = {
|
|
|
36
36
|
{
|
|
37
37
|
name: 'buttonText',
|
|
38
38
|
type: 'text',
|
|
39
|
-
help: 'Texto del botón de envío. Por defecto "
|
|
39
|
+
help: 'Texto del botón de envío. Por defecto "Quiero recibir las novedades". También se usa como aria-label del botón',
|
|
40
40
|
label: 'Texto del botón',
|
|
41
41
|
mandatory: false,
|
|
42
42
|
example_value: 'Suscríbete'
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
---
|
|
2
2
|
|
|
3
3
|
const {
|
|
4
|
-
title = "
|
|
5
|
-
description = "Recibe
|
|
4
|
+
title = "Mantente al día de la IA jurídica",
|
|
5
|
+
description = "Recibe en tu email los últimos artículos, tendencias, casos de uso y novedades sobre inteligencia artificial aplicada al sector legal.",
|
|
6
6
|
lf2FormTitle = "",
|
|
7
7
|
businessAction = false,
|
|
8
8
|
subdirectory = '',
|